diff --git a/.circleci/config.yml b/.circleci/config.yml
index 66802b6060b40b099a38aede75ff8ee4115ac100..a27640ce7f49a47b665d3be15e2558ddcdc44d90 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -135,7 +135,7 @@ jobs:
             python manage.py check
             python manage.py makemigrations --check --noinput --verbosity=1
             python manage.py collectstatic --noinput --no-post-process --verbosity=1
-            pytest --cov -n 1 --circleci-parallelize
+            pytest --cov --cov-report term:skip-covered -n 1 --circleci-parallelize
             codecov