build: use c8 for coverage#236
Conversation
Codecov Report
@@ Coverage Diff @@
## master #236 +/- ##
======================================
Coverage 34.6% 34.6%
======================================
Files 39 39
Lines 6768 6768
======================================
Hits 2342 2342
Misses 4426 4426Continue to review full report at Codecov.
|
|
@JustinBeckwith the root cause of this significant drop in coverage is that I was hoping that adding coverage for I think this problem will be addressed when we convert this codebase to TypeScript, so we might just want to land the lower coverage. One other thing, I'm tempted to start running samples like this: Which means we then do get merged coverage reports in our repos. I'd also like to remove the
☝️ My feeling being that, knowing if we've written appropriate tests for our samples is perhaps even more valuable than knowing whether we've written good tests for our auto-generated libraries. |
No description provided.