EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
vsq
Commits
1f7d45ca
Commit
1f7d45ca
authored
Oct 13, 2021
by
Fabian Schindler
Browse files
Adding test coverage report in HTML and CI info
parent
46f11902
Pipeline
#17513
passed with stage
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1f7d45ca
...
...
@@ -17,10 +17,13 @@ test:
script
:
-
pytest
-
coverage run --source vsq -m pytest
-
coverage html
-
coverage report
artifacts
:
paths
:
-
htmlcov/
expire_in
:
10 days
coverage
:
'
/TOTAL.+
([0-9]{1,3}%)/'
publish
:
script
:
...
...
Write
Preview
Markdown
is supported
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