Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add code coverage #2

Merged
merged 5 commits into from
Oct 30, 2024

chore: Fix typos

a71084c
Select commit
Loading
Failed to load commit list.
Merged

ci: Add code coverage #2

chore: Fix typos
a71084c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 30, 2024 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@10b69ed). Learn more about missing BASE report.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #2   +/-   ##
=======================================
  Coverage        ?   75.09%           
=======================================
  Files           ?       48           
  Lines           ?    13799           
  Branches        ?        0           
=======================================
  Hits            ?    10363           
  Misses          ?     3436           
  Partials        ?        0           
Files with missing lines Coverage Δ
src/jwe/alg/pbes2_hmac_aeskw.rs 67.04% <100.00%> (ø)
src/jwe/enc/aescbc_hmac.rs 87.58% <100.00%> (ø)
src/jwe/jwe_algorithm.rs 0.00% <ø> (ø)
src/jwe/jwe_context.rs 77.14% <100.00%> (ø)
src/jwe/jwe_header_set.rs 70.63% <ø> (ø)
src/jwk/key_pair.rs 0.00% <ø> (ø)
src/jws.rs 78.08% <ø> (ø)
src/jws/jws_algorithm.rs 0.00% <ø> (ø)
src/jws/jws_header_set.rs 74.23% <ø> (ø)
src/jwt.rs 87.33% <ø> (ø)
... and 1 more

Continue to review full report in Codecov by Sentry.

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