Skip to content

Commit 6d30665

Browse files
Update unit_tests.yml
1 parent 6ee44df commit 6d30665

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ jobs:
2626
- name: Unit test
2727
run: |
2828
python -m pytest -v -s tests
29+
- name: Upload coverage reports to Codecov
30+
uses: codecov/codecov-action@v4.0.1
31+
with:
32+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)