We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca8623 commit e8e9933Copy full SHA for e8e9933
pyproject.toml
@@ -53,15 +53,19 @@ flowcept = ["flowcept"]
53
[tool.setuptools.dynamic]
54
version = {attr = "wfcommons.version.__version__"}
55
56
+[tool.coverage.run]
57
+omit = [
58
+ "wfcommons/wfinstances/logs/pegasusrec.py",
59
+ "wfcommons/wfbench/translator/templates"
60
+]
61
+
62
[tool.pytest.ini_options]
63
addopts="""
64
--cov-context test \
65
--cov-config pyproject.toml \
66
--cov-report xml:coverage.xml \
67
--cov-report term-missing \
68
--cov ./wfcommons \
---ignore wfcommons/wfbench/translator/templates \
---ignore wfcommons/wfinstances/logs/pegasusrec.py \
69
--no-cov-on-fail \
70
-ra \
71
-W ignore"""
0 commit comments