We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ee44df + 6d30665 commit d8b6c7aCopy full SHA for d8b6c7a
1 file changed
.github/workflows/unit_tests.yml
@@ -26,3 +26,7 @@ jobs:
26
- name: Unit test
27
run: |
28
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