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 |
---|---|
FirebaseProvider.py | 96.05% |
HttpSMSProvider.py | 98.29% |
SMSProvider.py | 92.86% |
ScriptSMSProvider.py | 100.00% |
SipgateSMSProvider.py | 100.00% |
SmppSMSProvider.py | 100.00% |
SmtpSMSProvider.py | 100.00% |
__init__.py | 100.00% |
Folder Totals (8 files) | 97.70% |
Project Totals (162 files) | 96.58% |
2d80779
3fafbde