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
RODARE
invenio-uploadbyurl
Commits
90993ec1
Verified
Commit
90993ec1
authored
Mar 13, 2019
by
Huste, Tobias
Browse files
ci: use pytest junit export for gitlab ci
parent
428d424a
Pipeline
#11428
failed with stages
in 64 minutes and 9 seconds
Changes
2
Pipelines
36
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
90993ec1
...
...
@@ -61,6 +61,8 @@ stages:
after_script
:
-
mv .coverage .coverage.${CI_JOB_ID}
artifacts
:
reports
:
junit
:
${CI_PROJECT_DIR}/report.xml
paths
:
-
${CI_PROJECT_DIR}/.coverage.${CI_JOB_ID}
when
:
on_success
...
...
pytest.ini
View file @
90993ec1
...
...
@@ -19,5 +19,5 @@
[pytest]
pep8ignore
=
docs/conf.py ALL
addopts
=
--pep8 --doctest-glob="*.rst" --doctest-modules --cov=invenio_uploadbyurl --cov-report=term-missing
addopts
=
--pep8 --doctest-glob="*.rst" --doctest-modules --cov=invenio_uploadbyurl --cov-report=term-missing
--junitxml=report.xml
testpaths
=
docs tests invenio_uploadbyurl
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