Take some steps toward eliminating the last unsafe
in ring::polyfill
#1732
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Codecov / codecov/project
succeeded
Oct 13, 2023 in 0s
96.12% (+0.01%) compared to 75c620a
View this Pull Request on Codecov
96.12% (+0.01%) compared to 75c620a
Details
Codecov Report
Merging #1732 (6e6b118) into main (75c620a) will increase coverage by
0.01%
.
The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #1732 +/- ##
==========================================
+ Coverage 96.11% 96.12% +0.01%
==========================================
Files 136 137 +1
Lines 20521 20548 +27
Branches 217 217
==========================================
+ Hits 19723 19752 +29
Misses 760 760
+ Partials 38 36 -2
Files | Coverage Δ | |
---|---|---|
src/aead/aes.rs | 98.66% <100.00%> (ø) |
|
src/aead/chacha.rs | 100.00% <100.00%> (ø) |
|
src/aead/gcm.rs | 98.00% <100.00%> (-0.01%) |
⬇️ |
src/aead/gcm/gcm_nohw.rs | 76.58% <100.00%> (-0.34%) |
⬇️ |
src/polyfill.rs | 100.00% <ø> (ø) |
|
src/polyfill/array_split_map.rs | 100.00% <100.00%> (ø) |
|
src/polyfill/chunks_fixed.rs | 100.00% <ø> (ø) |
... and 2 files with indirect coverage changes
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more
Loading