Skip to content

Commit

Permalink
try using nyc-report-lcov-absolute plugin to fix coverage upload issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Jan 11, 2022
1 parent 92463d6 commit 4878ca6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/cli/coverage.sh
@@ -1,3 +1,3 @@
#!/bin/sh
set -o xtrace
exec nyc --reporter=lcov --reporter=text npm run test
exec nyc --reporter=lcov --reporter=text --reporter=nyc-report-lcov-absolute npm run test
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -16,6 +16,7 @@
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-sonarjs": "^0.5.0",
"husky": "^4.2.5",
"nyc-report-lcov-absolute": "^1.0.0",
"typedoc-plugin-markdown": "^3.10.4",
"verdaccio": "^4.12.2"
},
Expand Down

0 comments on commit 4878ca6

Please sign in to comment.