Ran
|
Jobs
6
|
Files
13
|
Run time
1min
|
Badge
README BADGES
|
push
github
Extract user identity hook (#344) * Update deps * Add TRIGGER.EXTRACT_USER_IDENTITY hook function to extract_user_identity * Update README * Format code * Update tests to reflect changes in extract_user_identity function * Add new test for testing EXTRACT_USER_IDENTITY * Submit coverage and PyPI package only once * Create a release just once * Fix mypy errors * Revert "Submit coverage and PyPI package only once" * This reverts commit 7f7fb0f76. * Update GitHub release action
50 of 51 new or added lines in 3 files covered. (98.04%)
988 of 1086 relevant lines covered (90.98%)
5.46 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
48.36 |
0.0% | django_saml2_auth/views.py |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11305592350.1 | 13 |
90.98 |
GitHub Action Run | |
2 | 11305592350.2 | 13 |
90.98 |
GitHub Action Run | |
3 | 11305592350.3 | 13 |
90.98 |
GitHub Action Run | |
4 | 11305592350.4 | 13 |
90.98 |
GitHub Action Run | |
5 | 11305592350.5 | 13 |
90.98 |
GitHub Action Run | |
6 | 11305592350.6 | 13 |
90.98 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
48.36 | django_saml2_auth/views.py | 324 | 122 | 59 | 63 | 6.0 + 3 | |
88.75 | django_saml2_auth/utils.py | 238 + 2 | 80 | 71 | 9 | 6.0 + 3 | |
91.84 | django_saml2_auth/saml.py | 474 + 17 | 147 + 4 | 135 + 4 | 12 | 6.0 + 3 | |
93.06 | django_saml2_auth/user.py | 502 + 3 | 173 | 161 | 12 | 6.0 + 3 | |
98.33 | django_saml2_auth/tests/test_utils.py | 148 | 60 | 59 | 1 | 6.0 + 3 | |
99.61 | django_saml2_auth/tests/test_saml.py | 751 + 109 | 254 + 32 | 253 + 32 | 1 | 6.0 + 3 | |
100.0 | django_saml2_auth/errors.py | 34 | 33 | 33 | 0 | 6.0 + 3 | |
100.0 | django_saml2_auth/tests/test_user.py | 656 | 180 | 180 | 0 | 6.0 + 3 | |
100.0 | django_saml2_auth/tests/settings.py | 74 | 22 | 22 | 0 | 6.0 + 3 | |
100.0 | django_saml2_auth/urls.py | 8 | 5 | 5 | 0 | 6.0 + 3 |