From e77c9dd32f52610622a14cc834a45e9b5cf0fcc9 Mon Sep 17 00:00:00 2001 From: PhpJsNerd Date: Thu, 13 Sep 2018 13:21:46 +0530 Subject: [PATCH] Added the Codecov service Integration --- .travis.yml | 3 ++- setup.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c5beac8..82f32b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,5 @@ install: # command to run tests script: - coverage run -m pytest - - coverage report \ No newline at end of file + - coverage report + - codecov diff --git a/setup.py b/setup.py index c699e8f..25e1af6 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ 'pytest', 'coverage', 'blinker', + 'codecov' ], }, )