From a2ffd83ca1bf70668944dc143d3ca2fa20d80096 Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 2 May 2020 16:05:18 +0200 Subject: [PATCH] coveralls integration --- .circleci/config.yml | 2 +- .coveralls.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af2a49f..f81441b 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=.coverage + pytest ./tests --cov=.coveragerc coveralls name: Tests \ No newline at end of file diff --git a/.coveralls.yml b/.coveralls.yml index 28be1c4..01c9903 100644 --- a/.coveralls.yml +++ b/.coveralls.yml @@ -1,2 +1,2 @@ service_name: circle-ci -parallel: true \ No newline at end of file +parallel: true