From ef4a28f40c1fa91b22726fa7e9fadcc0dccd9603 Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 2 May 2020 16:09:35 +0200 Subject: [PATCH] coveralls integration --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f81441b..5522a95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,6 +38,6 @@ jobs: command: | sudo pip install -r requirements.txt sudo pip install pytest pytest-cov coveralls - pytest ./tests --cov=.coveragerc + pytest ./tests --cov coveralls name: Tests \ No newline at end of file