-
Notifications
You must be signed in to change notification settings - Fork 36
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
--from flag not working #18
Comments
Maybe, I would run this with relative path like |
Also @markgoho thanks for trying it out, appreciate it. Please open any issues and contribute to this repo, I think code coverage and tooling around it could be greatly improved. |
@bahmutov update, this works
|
I got the same error using StacktraceError: Cannot find module '/home/runner/work/mui-next-ts/mui-next-ts/coverage/coverage-summary.json' Require stack: - /home/runner/.npm/_npx/4453/lib/node_modules/check-code-coverage/src/index.js - /home/runner/.npm/_npx/4453/lib/node_modules/check-code-coverage/bin/set-gh-status.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15) at Function.Module._load (internal/modules/cjs/loader.js:725:27) at Module.require (internal/modules/cjs/loader.js:952:19) at require (internal/modules/cjs/helpers.js:88:18) at readCoverage (/home/runner/.npm/_npx/4453/lib/node_modules/check-code-coverage/src/index.js:19:20) at setGitHubCommitStatus (/home/runner/.npm/_npx/4453/lib/node_modules/check-code-coverage/bin/set-gh-status.js:17:25) at Object. (/home/runner/.npm/_npx/4453/lib/node_modules/check-code-coverage/bin/set-gh-status.js:135:1) at Module._compile (internal/modules/cjs/loader.js:1063:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10) at Module.load (internal/modules/cjs/loader.js:928:32) { code: 'MODULE_NOT_FOUND', requireStack: [ '/home/runner/.npm/_npx/4453/lib/node_modules/check-code-coverage/src/index.js', '/home/runner/.npm/_npx/4453/lib/node_modules/check-code-coverage/bin/set-gh-status.js' ] } |
I guess the error is because check-code-coverage/bin/set-gh-status.js Lines 124 to 127 in 0f08bb2
|
Project folders:

Is
npx
doing something weird?The text was updated successfully, but these errors were encountered: