Skip to content

Commit 7d7d065

Browse files
author
Rafael Henter
committed
Update codecov settings
1 parent ffa8a5b commit 7d7d065

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
run: |
3535
cd test-django-project && py.test -vvv -s --cov django_models --cov-report=term-missing --cov-report=html
3636
37-
- name: Upload coverage to Codecov
38-
uses: codecov/codecov-action@v4
37+
- name: Upload test results to Codecov
38+
if: ${{ !cancelled() }}
39+
uses: codecov/test-results-action@v1
3940
with:
40-
file: ./test-django-project/.coverage
41-
name: codecov-umbrella
41+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)