Skip to content

Commit

Permalink
uses:dorny/test-reporter@feature/lcov-support with lcov.info file
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Jan 12, 2024
1 parent acf8259 commit 2e29646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: success() || failure()
with:
name: JEST Coverage
path: coverage/coverage-final.json
path: coverage/lcov.info
reporter: lcov

release:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"collectCoverage": true,
"coverageReporters": [
"json-summary",
"json"
"json",
"lcov"
],
"reporters": [
"jest-junit"
Expand Down

0 comments on commit 2e29646

Please sign in to comment.