bigint: Rename PartialModulus to Modulus, Modulus to OwnedModulusWithOne. #1796
Codecov / codecov/project
succeeded
Nov 6, 2023 in 0s
96.02% (+0.01%) compared to 1659f14
View this Pull Request on Codecov
96.02% (+0.01%) compared to 1659f14
Details
Codecov Report
Merging #1796 (7fab448) into main (1659f14) will increase coverage by
0.01%
.
The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #1796 +/- ##
==========================================
+ Coverage 96.00% 96.02% +0.01%
==========================================
Files 137 137
Lines 20796 20789 -7
Branches 226 226
==========================================
- Hits 19966 19962 -4
+ Misses 792 790 -2
+ Partials 38 37 -1
Files | Coverage Δ | |
---|---|---|
src/arithmetic/bigint.rs | 99.31% <100.00%> (+<0.01%) |
⬆️ |
src/arithmetic/bigint/modulus.rs | 99.24% <100.00%> (-0.08%) |
⬇️ |
src/rsa/keypair.rs | 96.64% <100.00%> (+0.04%) |
⬆️ |
src/rsa/public_key.rs | 99.10% <100.00%> (+<0.01%) |
⬆️ |
src/rsa/public_modulus.rs | 100.00% <100.00%> (ø) |
... and 1 file with indirect coverage changes
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!
Loading