From c904d8b9cd47cf66ea65f691f0c9f69dcdf90c32 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Fri, 18 Oct 2019 21:38:01 +0200 Subject: [PATCH] Add codecov --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c6e252..0b68bc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,11 @@ addons: install: - pip install -r requirements.txt + - pip install codecov - python setup.py install -script: python tests.py \ No newline at end of file +script: + - coverage run tests.py + +after_success: + - codecov \ No newline at end of file