We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa8a5b commit 7d7d065Copy full SHA for 7d7d065
1 file changed
.github/workflows/ci.yml
@@ -34,8 +34,8 @@ jobs:
34
run: |
35
cd test-django-project && py.test -vvv -s --cov django_models --cov-report=term-missing --cov-report=html
36
37
- - name: Upload coverage to Codecov
38
- uses: codecov/codecov-action@v4
+ - name: Upload test results to Codecov
+ if: ${{ !cancelled() }}
39
+ uses: codecov/test-results-action@v1
40
with:
- file: ./test-django-project/.coverage
41
- name: codecov-umbrella
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments