File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
key : ${{needs.populate-cache.outputs.cache-key}}
163
163
fail-on-cache-miss : true
164
164
- name : pytest
165
- run : pytest --disable-pytest-warnings
165
+ run : pytest --disable-pytest-warnings --cov=bioimageio --cov-report=xml --cov-append --capture=no --failed-first --doctest-modules --ignore=bioimageio/core/backends --ignore=bioimageio/core/weight_converters
166
166
env :
167
167
BIOIMAGEIO_CACHE_PATH : bioimageio_cache
168
168
RUN_EXPENSIVE_TESTS : ${{ matrix.run-expensive-tests && 'true' || 'false' }}
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ useLibraryCodeForTypes = true
41
41
42
42
[tool .pytest .ini_options ]
43
43
addopts = " --cov=bioimageio --cov-report=xml --cov-append --capture=no --doctest-modules --failed-first --ignore=dogfood --ignore=bioimageio/core/backends --ignore=bioimageio/core/weight_converters"
44
+ # FIXME: addopts is somehow not respected in the build.yaml workflow, so these opts are copied there!
44
45
testpaths = [" bioimageio/core" , " tests" ]
45
46
46
47
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments