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
ift
NIFTy
Commits
fdbf3fc0
Commit
fdbf3fc0
authored
Jan 23, 2019
by
Reimar H Leike
Browse files
changed CI to correctly omit plot.py (not plotting.py) in coverage
parent
9d18c98a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fdbf3fc0
...
...
@@ -39,9 +39,9 @@ test_serial:
script
:
-
pytest-3 -q --cov=nifty5 test
-
>
python3 -m coverage report --omit "*plot
ting
*,*distributed_do*"
python3 -m coverage report --omit "*plot*,*distributed_do*"
-
>
python3 -m coverage report --omit "*plot
ting
*,*distributed_do*" | grep TOTAL | awk '{ print "TOTAL: "$4; }'
python3 -m coverage report --omit "*plot*,*distributed_do*" | grep TOTAL | 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