Skip to content

Commit 19247b4

Browse files
authored
Update CI to use Codecov
1 parent e90b28a commit 19247b4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ jobs:
2121
with:
2222
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
2323
coverage-reports: coverage/clover.xml
24+
- name: Run codecov
25+
uses: codecov/codecov-action@v1
26+
with:
27+
file: coverage/clover.xml
28+
29+

0 commit comments

Comments
 (0)