Skip to content
Snippets Groups Projects
Commit 557d20e38564 authored by Simon Chabot's avatar Simon Chabot
Browse files

feat(py3): automatically report tests status

parent 764786103136
No related branches found
No related tags found
1 merge request!5feat(py3): automatically report tests status
Pipeline #59532 passed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
before_script: before_script:
- pip install tox - pip install tox
stage: tests stage: tests
script: tox -e py3 script: tox -e py3 -- --junitxml=report.xml
artifacts: artifacts:
...@@ -7,3 +7,6 @@ ...@@ -7,3 +7,6 @@
artifacts: artifacts:
when: always
reports:
junit: report.xml
paths: paths:
- py3-deprecated-warnings.json - py3-deprecated-warnings.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment