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
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
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
409244a8
Commit
409244a8
authored
Aug 02, 2018
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak coverage tests ... again
parent
83b0eccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
409244a8
...
...
@@ -37,12 +37,12 @@ build_docker_from_scratch:
test_python2_with_coverage
:
stage
:
test
script
:
-
mpiexec -n 2 --bind-to none pytest -q
--cov=nifty5
test 2> /dev/null
-
pytest -q --cov=nifty5
--cov-append
test
-
mpiexec -n 2 --bind-to none pytest -q test 2> /dev/null
-
pytest -q --cov=nifty5 test
-
>
python -m coverage report --omit "*plotting*"
python -m coverage report --omit "*plotting*
,*distributed_do*
"
-
>
python -m coverage report --omit "*plotting*" | grep TOTAL | awk '{ print "TOTAL: "$4; }'
python -m coverage report --omit "*plotting*
,*distributed_do*
" | grep TOTAL | awk '{ print "TOTAL: "$4; }'
test_python3
:
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