No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
3fafbde
... +0 ...
2d80779
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
65 | 65 | :param last_valid_cache_time: Oldest valid time for a cache entry to be still valid. I.e., if the first |
|
66 | 66 | authentication of the entry is before this time point, it is not valid anymore. |
|
67 | 67 | :param max_auths: Maximum number of allowed authentications. |
|
68 | - | ||
69 | 68 | """ |
|
70 | 69 | cached_auths = db.session.query(AuthCache).filter(AuthCache.username == username, |
|
71 | 70 | AuthCache.realm == realm, |
Files | Coverage |
---|---|
Project Totals (162 files) | 96.58% |
2d80779
3fafbde