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
c0a6f1d4556f
Commit
7d1eb371
authored
Jun 30, 2021
by
Laurent Peuch
Browse files
ci(fix): fix path to coverage-*.xml for non-reports artifacts
parent
36a5acff7360
Pipeline
#65570
passed with stages
in 39 minutes and 13 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c0a6f1d4
...
...
@@ -123,7 +123,7 @@ py3-server:
paths
:
-
/builds/cubicweb/cubicweb/server.html
-
/builds/cubicweb/cubicweb/py3-server-deprecated-warnings.json
-
/reports/coverage-server.xml
-
/builds/cubicweb/cubicweb
/reports/coverage-server.xml
reports
:
junit
:
/builds/cubicweb/cubicweb/server.xml
cobertura
:
/builds/cubicweb/cubicweb/reports/coverage-server.xml
...
...
@@ -152,7 +152,7 @@ py3-web:
paths
:
-
/builds/cubicweb/cubicweb/web.html
-
/builds/cubicweb/cubicweb/py3-web-deprecated-warnings.json
-
/reports/coverage-web.xml
-
/builds/cubicweb/cubicweb
/reports/coverage-web.xml
reports
:
junit
:
/builds/cubicweb/cubicweb/web.xml
cobertura
:
/builds/cubicweb/cubicweb/reports/coverage-web.xml
...
...
@@ -181,7 +181,7 @@ py3-misc:
paths
:
-
/builds/cubicweb/cubicweb/misc.html
-
/builds/cubicweb/cubicweb/py3-misc-deprecated-warnings.json
-
/reports/coverage-misc.xml
-
/builds/cubicweb/cubicweb
/reports/coverage-misc.xml
reports
:
junit
:
/builds/cubicweb/cubicweb/misc.xml
cobertura
:
/builds/cubicweb/cubicweb/reports/coverage-misc.xml
...
...
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