for test coverage reports using pytest

This commit is contained in:
Martin Diehl 2020-03-30 22:14:45 +02:00
parent bcbdd87870
commit 2f52165e0a
2 changed files with 3 additions and 0 deletions

2
python/.coveragerc Normal file
View File

@ -0,0 +1,2 @@
[run]
omit = tests/*

1
python/.gitignore vendored
View File

@ -1,3 +1,4 @@
*.pyc
dist
damask.egg-info
.coverage