From 84510530ce899c49814db59c513bb93277488ec4 Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 2 May 2020 15:59:05 +0200 Subject: [PATCH] coveralls integration --- .circleci/config.yml | 2 +- .coveralls.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4f751b3..af2a49f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: - run: command: | sudo pip install -r requirements.txt - sudo pip install pytest pytest-cov python-coveralls + sudo pip install pytest pytest-cov coveralls pytest ./tests --cov=.coverage coveralls name: Tests \ No newline at end of file diff --git a/.coveralls.yml b/.coveralls.yml index 28be1c4..38fe2c0 100644 --- a/.coveralls.yml +++ b/.coveralls.yml @@ -1,2 +1,3 @@ service_name: circle-ci -parallel: true \ No newline at end of file +parallel: true +repo_token: dDKjuZ5GG0K3AtxTD8IZip6FEUG2DomFO \ No newline at end of file