Skip to content

Commit e8e9933

Browse files
committed
Ommitting files from coverage (for real this time)
1 parent bca8623 commit e8e9933

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,19 @@ flowcept = ["flowcept"]
5353
[tool.setuptools.dynamic]
5454
version = {attr = "wfcommons.version.__version__"}
5555

56+
[tool.coverage.run]
57+
omit = [
58+
"wfcommons/wfinstances/logs/pegasusrec.py",
59+
"wfcommons/wfbench/translator/templates"
60+
]
61+
5662
[tool.pytest.ini_options]
5763
addopts="""
5864
--cov-context test \
5965
--cov-config pyproject.toml \
6066
--cov-report xml:coverage.xml \
6167
--cov-report term-missing \
6268
--cov ./wfcommons \
63-
--ignore wfcommons/wfbench/translator/templates \
64-
--ignore wfcommons/wfinstances/logs/pegasusrec.py \
6569
--no-cov-on-fail \
6670
-ra \
6771
-W ignore"""

0 commit comments

Comments
 (0)