File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162 key : ${{needs.populate-cache.outputs.cache-key}}
163163 fail-on-cache-miss : true
164164 - 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
166166 env :
167167 BIOIMAGEIO_CACHE_PATH : bioimageio_cache
168168 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
4141
4242[tool .pytest .ini_options ]
4343addopts = " --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!
4445testpaths = [" bioimageio/core" , " tests" ]
4546
4647[tool .ruff ]
You can’t perform that action at this time.
0 commit comments