Skip to content

Commit

Permalink
Merge pull request #68 from jtweeder/codecoverage
Browse files Browse the repository at this point in the history
Code coverage
  • Loading branch information
jtweeder committed May 7, 2023
2 parents a4025ef + b277c71 commit d90a7a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codecov.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ jobs:
POSTGRESPORT: 5432

run: |
python manage.py test
coverage run --source='.' manage.py test
coverage xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ nltk==3.6.7
tst
lockfile==0.12.2
django-mailer==2.2
coverage==7.2.5

0 comments on commit d90a7a1

Please sign in to comment.