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
Branches
Tags
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: ...@@ -17,5 +17,5 @@ test:
variables: variables:
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB" DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB"
script: script:
- coverage run --source="core,util" manage.py test --noinput - coverage run manage.py test --noinput
- coverage report --skip-covered - coverage report --skip-covered
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment