-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
badge
script fails to run after tests
#255
Comments
You have to run the tests first. I never call [EDIT] Okay I replicated it! Dumb mistake on my part. Fixed with solution 1. When you change |
@colinhacks, by removing the tests from This is your repository, though, so take this with a grain of salt 😊 Appreciate you reviewing my reported issues/PRs! |
Okay I switched Thanks for your PRs — great work! |
When running tests in the
v2
branch the output below is noticed.This is due to the
rootDir
key injest.config.json
pointing tosrc
, which then generatescoverage/
under said directory. Two solutions are noted below, along with a recommendation.badge
script tomake-coverage-badge --report-path ./src/coverage/coverage-summary.json --output-path ./coverage.svg
inpackage.json
rootDir
to.
injest.config.json
The text was updated successfully, but these errors were encountered: