Skip to content
Snippets Groups Projects
Commit 189292c5 authored by Saurabh Kumar's avatar Saurabh Kumar
Browse files

coverage skip covered files

parent 8eda9315
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ jobs: ...@@ -135,7 +135,7 @@ jobs:
python manage.py check python manage.py check
python manage.py makemigrations --check --noinput --verbosity=1 python manage.py makemigrations --check --noinput --verbosity=1
python manage.py collectstatic --noinput --no-post-process --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 codecov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment