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
cubicweb
cubicweb
Commits
36a5acff7360
Commit
b2ac7051
authored
Jun 30, 2021
by
Laurent Peuch
Browse files
ci(coverage): gitlab-ci is able to read the coverage report we produce
parent
78033eef54a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
36a5acff
...
...
@@ -126,6 +126,7 @@ py3-server:
-
/reports/coverage-server.xml
reports
:
junit
:
/builds/cubicweb/cubicweb/server.xml
cobertura
:
/builds/cubicweb/cubicweb/reports/coverage-server.xml
expire_in
:
2 weeks
py3-web
:
...
...
@@ -154,6 +155,7 @@ py3-web:
-
/reports/coverage-web.xml
reports
:
junit
:
/builds/cubicweb/cubicweb/web.xml
cobertura
:
/builds/cubicweb/cubicweb/reports/coverage-web.xml
expire_in
:
2 weeks
py3-misc
:
...
...
@@ -182,6 +184,7 @@ py3-misc:
-
/reports/coverage-misc.xml
reports
:
junit
:
/builds/cubicweb/cubicweb/misc.xml
cobertura
:
/builds/cubicweb/cubicweb/reports/coverage-misc.xml
expire_in
:
2 weeks
test-cube-skeleton
:
...
...
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