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 |
---|---|
HMAC.py | 100.00% |
certificatetoken.py | 94.47% |
daplugtoken.py | 100.00% |
emailtoken.py | 100.00% |
foureyestoken.py | 96.76% |
hotptoken.py | 100.00% |
indexedsecrettoken.py | 97.25% |
mOTP.py | 93.10% |
motptoken.py | 96.15% |
ocra.py | 100.00% |
ocratoken.py | 95.79% |
papertoken.py | 100.00% |
passwordtoken.py | 100.00% |
pushtoken.py | 97.99% |
questionnairetoken.py | 99.18% |
radiustoken.py | 97.10% |
registrationtoken.py | 98.28% |
remotetoken.py | 99.19% |
smstoken.py | 100.00% |
spasstoken.py | 100.00% |
sshkeytoken.py | 100.00% |
tantoken.py | 100.00% |
tiqrtoken.py | 98.78% |
totptoken.py | 98.86% |
u2f.py | 96.67% |
u2ftoken.py | 97.60% |
vasco.py | 96.72% |
vascotoken.py | 93.94% |
webauthn.py | 75.23% |
webauthntoken.py | 92.37% |
yubicotoken.py | 96.04% |
yubikeytoken.py | 97.67% |
Folder Totals (32 files) | 95.09% |
Project Totals (162 files) | 96.58% |
2d80779
3fafbde