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