Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pystencils_autodiff
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
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
pycodegen
pystencils_autodiff
Commits
dc3d85f9
Commit
dc3d85f9
authored
5 years ago
by
Stephan Seitz
Browse files
Options
Downloads
Patches
Plain Diff
CI: Add test-report to artifacts
parent
e0434c44
No related branches found
No related tags found
No related merge requests found
Pipeline
#17721
failed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+13
-3
13 additions, 3 deletions
.gitlab-ci.yml
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
with
14 additions
and
4 deletions
.gitlab-ci.yml
+
13
−
3
View file @
dc3d85f9
# Minimal tests in windows environment
# Minimal tests in windows environment
minimal-
windows
:
windows
:
stage
:
test
stage
:
test
except
:
except
:
variables
:
variables
:
...
@@ -14,8 +14,11 @@ minimal-windows:
...
@@ -14,8 +14,11 @@ minimal-windows:
-
python -c "import numpy"
-
python -c "import numpy"
-
python -m pip install -e .
-
python -m pip install -e .
-
python setup.py test
-
python setup.py test
artifacts
:
paths
:
-
test-report
minimal-
ubuntu
:
ubuntu
:
stage
:
test
stage
:
test
except
:
except
:
variables
:
variables
:
...
@@ -26,8 +29,12 @@ minimal-ubuntu:
...
@@ -26,8 +29,12 @@ minimal-ubuntu:
-
python3 setup.py test
-
python3 setup.py test
tags
:
tags
:
-
docker
-
docker
-
cuda
artifacts
:
paths
:
-
test-report
minimal-
conda
:
conda
:
stage
:
test
stage
:
test
except
:
except
:
variables
:
variables
:
...
@@ -39,6 +46,9 @@ minimal-conda:
...
@@ -39,6 +46,9 @@ minimal-conda:
-
python setup.py test
-
python setup.py test
tags
:
tags
:
-
docker
-
docker
artifacts
:
paths
:
-
test-report
# -------------------- Linter & Documentation --------------------------------------------------------------------------
# -------------------- Linter & Documentation --------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
dc3d85f9
...
@@ -81,7 +81,7 @@ extras = True
...
@@ -81,7 +81,7 @@ extras = True
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
# in order to write a coverage file that can be read by Jenkins.
# in order to write a coverage file that can be read by Jenkins.
addopts
=
addopts
=
--cov
pystencils_autodiff
--cov-report
term-missing
--html
test-report/index.html
--cov
pystencils_autodiff
--cov-report
html
--html
test-report/index.html
--verbose
--verbose
norecursedirs
=
norecursedirs
=
dist
dist
...
...
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