From f4c0661d3964183cfd86acd08d91bf777f389c6b Mon Sep 17 00:00:00 2001 From: Daniel Yohan Date: Tue, 17 Dec 2019 14:29:42 -0300 Subject: [PATCH] Added Codecov --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bb947931..0f758108 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ install: - pip install pipenv - pipenv install --system --dev - pip install coveralls + - pip install codecov - python manage.py collectstatic env: global: @@ -17,3 +18,4 @@ script: - travis_wait coverage run manage.py test after_success: - coveralls + - codecov