interface-js-ipfs-core
interface-js-ipfs-core copied to clipboard
dedupe tests
This PR supports the deduping of tests in ipfs-http-client and js-ipfs.
Tests will be added here and removed in both repos.
changes to subsystems
- dag.get
- ping
- mfs.ls
- add
refs: https://github.com/ipfs/js-ipfs-http-client/pull/1200 https://github.com/ipfs/js-ipfs/pull/2669
Is there some way of comparing coverage before/after to make sure nothing is missed in these PRs?
Yes check codecov in the http-client PR apparently we lost these 2 bits https://codecov.io/gh/ipfs/js-ipfs-http-client/compare/23421f397e4ae80ac9e9264ee6662b2cc0e34791...2e30f994459a038fc4665890101a23beafcd0f71/changes
In js-ipfs codecov/project Absolute coverage decreased by -0.82% but relative coverage increased by +11.8% compared to 6395730
And the follow up cli tests PRs will increase the cov more.
added a new test for the validation in dag.get