Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
pipenv run coverage run manage.py test --exclude-tag=functional -v 2
pipenv run coverage xml
- name: Codecov functional tests
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.3
with:
files: ./coverage.xml
flags: unit
Expand All @@ -76,7 +76,7 @@ jobs:
pipenv run coverage run manage.py test --tag=functional -v 2
pipenv run coverage xml
- name: Codecov functional tests
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.3
with:
files: ./coverage.xml
flags: functional
Expand Down
Loading