From 189292c5a8a6799d8cc02ce630923afd26c318a5 Mon Sep 17 00:00:00 2001
From: Saurabh Kumar <theskumar@users.noreply.github.com>
Date: Mon, 29 Aug 2022 15:02:16 +0530
Subject: [PATCH] coverage skip covered files

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 66802b606..a27640ce7 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
 
 
-- 
GitLab