Closed chris-ha458 closed 1 year ago
Merging #109 (28b3ef0) into main (ecf9fd6) will increase coverage by
0.31%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #109 +/- ##
==========================================
+ Coverage 48.37% 48.68% +0.31%
==========================================
Files 22 22
Lines 1135 1138 +3
==========================================
+ Hits 549 554 +5
+ Misses 586 584 -2
Files Changed | Coverage Δ | |
---|---|---|
src/processing/package.rs | 0.00% <0.00%> (ø) |
As previously discussed, ungoliant
should now host only pipeline code. Post-processing should (when doable) in other places, though checksumming will be integrated soon in ungoliant
to enable better ergonomics around corpus generation :)
Changes Sha256 usage into sha384. Addresses #108