Skip to content

Commit

Permalink
Added Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Dec 17, 2019
1 parent 4ba7af6 commit f4c0661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ install:
- pip install pipenv
- pipenv install --system --dev
- pip install coveralls
- pip install codecov
- python manage.py collectstatic
env:
global:
Expand All @@ -17,3 +18,4 @@ script:
- travis_wait coverage run manage.py test
after_success:
- coveralls
- codecov

0 comments on commit f4c0661

Please sign in to comment.