Skip to content

Syk/coverage - #104

Merged
itsoyou merged 2 commits into
mainfrom
syk/coverage
Sep 9, 2026
Merged

itsoyou merged 2 commits into
mainfrom
syk/coverage

fix: jwk set and enc jwk now parse string and dict format

97784a2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 9, 2026 in 0s

84.58% (+7.32%) compared to d65ef91

View this Pull Request on Codecov

84.58% (+7.32%) compared to d65ef91

Details

Codecov Report

❌ Patch coverage is 91.07143% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.58%. Comparing base (d65ef91) to head (97784a2).

Files with missing lines Patch % Lines
synapse_token_authenticator/claims_validator.py 75.00% 2 Missing ⚠️
synapse_token_authenticator/config/epa.py 93.33% 0 Missing and 2 partials ⚠️
synapse_token_authenticator/config/oauth.py 94.44% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #104      +/-   ##
==========================================
+ Coverage   77.26%   84.58%   +7.32%     
==========================================
  Files          13       13              
  Lines         884      902      +18     
  Branches      160      163       +3     
==========================================
+ Hits          683      763      +80     
+ Misses        126       85      -41     
+ Partials       75       54      -21     
Files with missing lines Coverage Δ
synapse_token_authenticator/token_authenticator.py 71.42% <ø> (+2.38%) ⬆️
synapse_token_authenticator/config/oauth.py 92.10% <94.44%> (+10.28%) ⬆️
synapse_token_authenticator/claims_validator.py 93.39% <75.00%> (+12.39%) ⬆️
synapse_token_authenticator/config/epa.py 89.47% <93.33%> (+17.05%) ⬆️

... and 5 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d65ef91...97784a2. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.