Skip to content

Commit

Permalink
Make some changes to check codecov
Browse files Browse the repository at this point in the history
* Change clover.xml to coverage-final.json
* Add flags for codecov
  • Loading branch information
Vasilii Kovalev committed May 30, 2020
1 parent 5b67eb7 commit d013f90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
- name: Codecov
uses: codecov/codecov-action@v1.0.7
with:
file: coverage/clover.xml
file: coverage/coverage-final.json
flags: unittests

0 comments on commit d013f90

Please sign in to comment.