From 2f52165e0a604fcdfe7575dd41b41ad5e02bd028 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 30 Mar 2020 22:14:45 +0200 Subject: [PATCH] for test coverage reports using pytest --- python/.coveragerc | 2 ++ python/.gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 python/.coveragerc diff --git a/python/.coveragerc b/python/.coveragerc new file mode 100644 index 000000000..c712d2595 --- /dev/null +++ b/python/.coveragerc @@ -0,0 +1,2 @@ +[run] +omit = tests/* diff --git a/python/.gitignore b/python/.gitignore index 1cb7eb8a5..7c60e1af8 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -1,3 +1,4 @@ *.pyc dist damask.egg-info +.coverage