File tree Expand file tree Collapse file tree 3 files changed +14
-30
lines changed Expand file tree Collapse file tree 3 files changed +14
-30
lines changed Original file line number Diff line number Diff line change 1+ [run]
2+ omit =
3+ pySDC/tests/*
4+ */data/*
5+ pySDC/playgrounds/*
6+
17[report]
8+ skip_empty = True
29# Regexes for lines to exclude from consideration
310exclude_lines =
411 # Have to re-enable the standard pragma
@@ -15,4 +22,8 @@ exclude_lines =
1522 if 0:
1623 if __name__ == .__main__.:
1724 pass
18- @abc.abstractmethod
25+ @abc.abstractmethod
26+ __author__*
27+
28+ [html]
29+ directory = docs/build/test_coverage
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ dill>=0.2.6
66matplotlib >= 1.5.3
77numba >= 0.35
88sympy >= 1.0
9- pytest
10- pep8
119# These packages are required for some of the more involved examples (and data types etc.), can be omitted
1210petsc4py >= 3.10.0
1311mpi4py >= 3.0.0
1412fenics == 2018.1.0
1513mpi4py-fft >= 2.0.2
1614# These packages are used for CI/CD and can be ignored
1715pip
18- coverage
16+ pytest
17+ pytest-cov
1918sphinx == 1.8.5
You can’t perform that action at this time.
0 commit comments