Skip to content
Snippets Groups Projects
Commit a17b5184 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Coverage seems more plausible now

parent 2725f82b
No related branches found
No related tags found
No related merge requests found
Pipeline #
[run]
branch = True
source = core,util,grady
omit =
core/migrations/*
core/apps.py
core/admin.py
[report]
ignore_errors = False
[html]
directory = coverage_html
......@@ -17,5 +17,5 @@ test:
variables:
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
script:
- coverage run --source="core,util" manage.py test --noinput
- coverage run manage.py test --noinput
- coverage report --skip-covered
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