Skip to content

Commit

Permalink
chore(ci): use lcov.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Feb 4, 2022
1 parent 0c3f0c2 commit fe9b35f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
export PATH="${PATH}:node_modules/.bin:$(pwd)/nvim-linux64/bin"
nvim --version
yarn test-build --maxWorkers=2
cp coverage/lcov.info coverage/lcov.txt
- name: Codecov
uses: codecov/codecov-action@v2.0.2
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
},
"testRegex": "src/__tests__/.*\\.(test|spec)\\.ts$",
"coverageReporters": [
"clover",
"text",
"lcov"
],
Expand Down

0 comments on commit fe9b35f

Please sign in to comment.