Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci-templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
gitlab-ci-templates
Commits
557d20e38564
Commit
557d20e38564
authored
3 years ago
by
Simon Chabot
Browse files
Options
Downloads
Patches
Plain Diff
feat(py3): automatically report tests status
parent
764786103136
No related branches found
No related tags found
1 merge request
!5
feat(py3): automatically report tests status
Pipeline
#59532
passed
3 years ago
Stage: lint
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/tests/py3.yml
+4
-1
4 additions, 1 deletion
templates/tests/py3.yml
with
4 additions
and
1 deletion
templates/tests/py3.yml
+
4
−
1
View file @
557d20e3
...
...
@@ -3,5 +3,5 @@
before_script
:
-
pip install tox
stage
:
tests
script
:
tox -e py3
script
:
tox -e py3
-- --junitxml=report.xml
artifacts
:
...
...
@@ -7,3 +7,6 @@
artifacts
:
when
:
always
reports
:
junit
:
report.xml
paths
:
-
py3-deprecated-warnings.json
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment