-
Notifications
You must be signed in to change notification settings - Fork 143
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
test([kh]amt): improve test coverage #2124
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2124 +/- ##
==========================================
+ Coverage 76.77% 77.12% +0.35%
==========================================
Files 149 149
Lines 15631 15631
==========================================
+ Hits 12000 12056 +56
+ Misses 3631 3575 -56 🚀 New features to boost your workflow:
|
6312f1f
to
aa40fc0
Compare
898066a
to
e06aff1
Compare
e06aff1
to
e4c6a99
Compare
e4c6a99
to
88d99e9
Compare
let cids = CidChecker::new(vec![ | ||
"bafy2bzacedy4ypl2vedhdqep3llnwko6vrtfiys5flciz2f3c55pl4whlhlqm", | ||
"bafy2bzacedy4ypl2vedhdqep3llnwko6vrtfiys5flciz2f3c55pl4whlhlqm", | ||
"bafy2bzacecrxqeuuk34jsrol3azfpgy35ldw4bpgsa6pdxvzj262jzpvoekye", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new root at the end of the test (there are now three checks in the test). We have the CID checks there to avoid unintentional changes.
Co-authored-by: Rod Vagg <[email protected]>
No description provided.