Skip to content

Commit 7e61875

Browse files
committed
Try lcov report
1 parent 3dcbf7d commit 7e61875

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
uses: codecov/codecov-action@master
4646
if: matrix.ENABLE_CODE_COVERAGE
4747
with:
48-
file: ./coverage/cobertura-coverage.xml
48+
file: ./coverage/lcov.info
4949
fail_ci_if_error: true

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
"<rootDir>/src/doc/doc-debug.js",
2020
"<rootDir>/src/main/massage-ast.js"
2121
],
22-
coverageReporters: ["text", "html", "cobertura"],
22+
coverageReporters: ["text", "lcov"],
2323
moduleNameMapper: {
2424
// Jest wires `fs` to `graceful-fs`, which causes a memory leak when
2525
// `graceful-fs` does `require('fs')`.

0 commit comments

Comments
 (0)