veehaitch / devicecheck-appattest

Server-side library to validate the authenticity of Apple App Attest artifacts, written in Kotlin.
Apache License 2.0
66 stars 8 forks source link

Improve coverage #7

Closed veehaitch closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #7 (6f2fc2f) into main (00418d0) will increase coverage by 0.65%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main       #7      +/-   ##
============================================
+ Coverage     98.35%   99.01%   +0.65%     
- Complexity      110      111       +1     
============================================
  Files            18       18              
  Lines           609      609              
  Branches         84       84              
============================================
+ Hits            599      603       +4     
+ Misses            4        0       -4     
  Partials          6        6              
Impacted Files Coverage Δ
...heck/appattest/attestation/AttestationException.kt 100.00% <100.00%> (ø)
.../devicecheck/appattest/receipt/ReceiptException.kt 100.00% <100.00%> (+10.00%) :arrow_up:
...ch/veehait/devicecheck/appattest/AppleAppAttest.kt 100.00% <0.00%> (+2.27%) :arrow_up:
...icecheck/appattest/assertion/AssertionValidator.kt 97.95% <0.00%> (+4.08%) :arrow_up:

Continue to review full report at Codecov.

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