Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
0a4ea12b
Commit
0a4ea12b
authored
Jan 29, 2019
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'tweak_ci' into 'NIFTy_5'
simplify CI See merge request ift/nifty-dev!215
parents
d01562fc
5963e742
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
0a4ea12b
...
...
@@ -39,9 +39,9 @@ test_serial:
script
:
-
pytest-3 -q --cov=nifty5 test
-
>
python3 -m coverage report --omit "*plot*,*distributed_do*"
python3 -m coverage report --omit "*plot*,*distributed_do*"
| tee coverage.txt
-
>
python3 -m coverage report --omit "*plot*,*distributed_do*" | grep TOTAL
| awk '{ print "TOTAL: "$4; }'
grep TOTAL coverage.txt
| awk '{ print "TOTAL: "$4; }'
test_mpi
:
stage
:
test
...
...
Write
Preview
Markdown
is supported
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