Skip to content

Commit

Permalink
Fix code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Sep 22, 2019
1 parent 0854d78 commit 58dd9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run:
name: Run tests
command: |
pipenv run python manage.py test --settings=PennCourses.settings.test
pipenv run coverage run manage.py test --settings=PennCourses.settings.test
- run:
name: Upload code coverage
command: |
Expand Down Expand Up @@ -82,4 +82,4 @@ workflows:
- build
filters:
branches:
only: master
only: master

0 comments on commit 58dd9dd

Please sign in to comment.