Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
8c211bfb
Commit
8c211bfb
authored
Apr 13, 2019
by
Florent Chehab
Browse files
fix(coverage, CI):
* restored coverage reports in CI * Tweaked coverage ignored files
parent
5a5311c8
Pipeline
#38342
passed with stages
in 3 minutes and 4 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8c211bfb
...
...
@@ -57,7 +57,7 @@ test_back:
-
make setup
script
:
-
cd backend
-
pytest base_app/ backend_app/ --cov --cov-config .coveragerc --cov-report html
-
pytest base_app/ backend_app/ --cov --cov-config .coveragerc
--cov-report term
--cov-report html
artifacts
:
paths
:
-
backend/htmlcov/
...
...
backend/.coveragerc
View file @
8c211bfb
[run]
omit =
omit =
*migrations*
*/tests/*
manage.py
base_app/wsgi.py
*/urls.py
*/admin.py
base_app/wsgi.py
source = .
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment