Skip to content

Commit ca101dd

Browse files
ci: adding codecov in unittests reusable workflow
1 parent cda22ce commit ca101dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unittest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ jobs:
3737
- name: execute unit-test
3838
run: |
3939
tox -e unittests
40+
- name: Upload coverage reports to Codecov
41+
uses: codecov/codecov-action@v4
42+
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)