-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
migrate to c8 #996
migrate to c8 #996
Conversation
Can we setup a CI check that shows the current coverage, with codecov or something similar? |
Here is the current coverage report: https://app.codecov.io/gh/babel/babel-loader Can you install the codecov GitHub application to this repo? So the coverage should show up in checks. |
Oh, it also stopped reporting the coverage in the babel/babel repo since July 5th |
The coverage report now looks good to me: https://app.codecov.io/github/babel/babel-loader/commit/3ed721a5c2c0af04dbac02d3f40ce20adcba3ee5/tree/src
I have no idea why the codecov check is missing. Maybe the issue is on their sides. |
Codecov is back :) |
Please Read the CONTRIBUTING Guidelines
In particular the portion on Commit Message Formatting
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
c8
Does this PR introduce a breaking change?
Other information: Migrate to
c8
, leveraging the v8 builtin coverage tools.