From bae3412bee1f8565ce60fa8344a8bb43c277d97c Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Mon, 20 Jul 2020 15:24:26 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index a271cf9..13b78a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,11 @@ dist: xenial cache: pip install: - pip install pytest + - pip install coverage before_script: cd tests script: - pytest test_1.py + - coverage run -m pytest --cov=./ +after_success: + - bash <(curl -s https://codecov.io/bash)