Skip to content
GitLab
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
1e05a9ee
Commit
1e05a9ee
authored
May 13, 2018
by
Martin Reinecke
Browse files
coverage experiment
parent
9553d822
Pipeline
#29286
passed with stages
in 11 minutes and 58 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1e05a9ee
...
...
@@ -38,7 +38,7 @@ test_python2_with_coverage:
-
>
coverage report --omit "*plotting*,*distributed_do*"
-
>
coverage report --omit "*plotting*,*distributed_do*" | grep TOTAL | awk '{ print "TOTAL: "$
3
; }'
coverage report --omit "*plotting*,*distributed_do*" | grep TOTAL | awk '{ print "TOTAL: "$
4
; }'
test_python3
:
stage
:
test
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment