Skip to content

Commit

Permalink
Adding coverage and codecov to circleci conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Oct 23, 2018
1 parent b4289e4 commit 664f5f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install coverage codecov
pip install -r requirements.txt
- run:
Expand Down Expand Up @@ -77,4 +78,5 @@ jobs:
python manage.py collectstatic --noinput --verbosity=0
python manage.py check
python manage.py makemigrations --check --noinput --verbosity=0
python manage.py test
coverage run --source='opentech' manage.py test
codecov

0 comments on commit 664f5f6

Please sign in to comment.