From b4bfe88c97e66a92def331d1b56d471912edc8cb Mon Sep 17 00:00:00 2001 From: Anthex Date: Thu, 25 Apr 2019 01:16:42 +0200 Subject: [PATCH] fix codecov config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51b17fa..9d445e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python before_install: - - pip install --user codecov + - pip install codecov after_success: - codecov --file coverage/lcov.info --disable search python: -- libgit2 0.21.4