From edeec37c40fc688c16ca4213499d51c9453d979e Mon Sep 17 00:00:00 2001 From: klemek Date: Sat, 2 May 2020 16:10:23 +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 5522a95..997e070 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 + pytest ./tests --cov=meme_otron coveralls name: Tests \ No newline at end of file