Skip to content

Commit

Permalink
run tests with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Mar 28, 2024
1 parent 7b9bead commit 3039ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run migrations
run: python manage.py migrate
- name: Run Tests
run: python manage.py test
run: coverage run ./manage.py test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
Expand Down

0 comments on commit 3039ab6

Please sign in to comment.