We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39999af commit 0a7b083Copy full SHA for 0a7b083
.github/workflows/pipeline.yml
@@ -83,7 +83,7 @@ jobs:
83
shell: bash -l {0}
84
run: >
85
flux start
86
- coverage run --omit="pysqa/_version.py,tests/*" -m unittest discover tests
+ coverage run
87
- name: Collect Coverage
88
89
run: coverage xml
pyproject.toml
@@ -113,3 +113,7 @@ packages = [
113
[tool.hatch.version]
114
source = "vcs"
115
path = "pysqa/_version.py"
116
+
117
+[tool.coverage.run]
118
+omit = ["pysqa/_version.py", "tests/*"]
119
+command_line = "-m unittest discover tests"
0 commit comments