Use flags for coverage at the package level#1412
Use flags for coverage at the package level#1412tynes merged 1 commit intoethereum-optimism:developfrom
Conversation
🦋 Changeset detectedLatest commit: 21b17ed The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
@@ Coverage Diff @@
## develop #1412 +/- ##
============================================
- Coverage 86.05% 75.90% -10.16%
============================================
Files 49 81 +32
Lines 1936 3017 +1081
Branches 307 463 +156
============================================
+ Hits 1666 2290 +624
- Misses 270 727 +457
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
It appears that codecov isn't pushing the update despite the github action being completed (https://codecov.io/gh/ethereum-optimism/optimism/commit/64b6f5481c9be1391ad12db41f92d4a01079fde6/graphs). Pushed a changeset commit to see if a re-run will help. |
packages/batch-submitter/README.md
Outdated
There was a problem hiding this comment.
As per this url, it should show the badges as per the coverage on master in the readme, but it doesn't quite exist yet. If it would be helpful, I can change this branch for the time being so results in are viewable in the READMEs of this PR
Its possible this isn't happening because of github permissions, sometimes there are issues with PRs coming in from people outside of the org |
|
Thank you for this work! |
|
If you squash this into a single commit, this is good to merge |
|
awesome sounds good |
659cb08 to
21b17ed
Compare

Description
nycwhich is a wrapper around mocha for coverageAdditional context
Future pull requests will serve to actually improve coverage of the typescript packages.
Metadata