Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
f71f25f1
Commit
f71f25f1
authored
Nov 22, 2021
by
Daniel Scheffler
Browse files
Add report.html instead of coverage.xml to artifacts. Expire artifacts after 30 days.
parent
aeb3f02b
Pipeline
#35137
failed with stage
in 4 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f71f25f1
...
...
@@ -30,11 +30,12 @@ test_py_tools_ds:
artifacts
:
paths
:
-
htmlcov/
-
coverage.x
ml
-
report.ht
ml
-
docs/_build/html/
reports
:
cobertura
:
coverage.xml
junit
:
report.xml
expire_in
:
30 days
when
:
always
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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