File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
run : |
134
134
pip install versioneer[toml]==0.29
135
135
pip install . --no-deps --no-build-isolation
136
- coverage run --omit="structuretoolkit/_version.py,tests/*" -m unittest discover tests
136
+ coverage run
137
137
coverage xml
138
138
- name : Upload coverage reports to Codecov
139
139
if : matrix.label == 'linux-64-py-3-12'
Original file line number Diff line number Diff line change @@ -118,3 +118,7 @@ style = "pep440-pre"
118
118
versionfile_source = " structuretoolkit/_version.py"
119
119
parentdir_prefix = " structuretoolkit"
120
120
tag_prefix = " structuretoolkit-"
121
+
122
+ [tool .coverage .run ]
123
+ omit = [" structuretoolkit/_version.py" , " tests/*" ]
124
+ command_line = " -m unittest discover tests"
You can’t perform that action at this time.
0 commit comments