File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 4646 # ----------------------------------------------
4747 - name : Test with pytest
4848 run : |
49- uv run pytest -n auto --cov-report=xml:coverage.xml
49+ uv run pytest -n auto --cov --cov -report=xml:coverage.xml
5050 uv run coverage xml
5151 # ----------------------------------------------
5252 # upload coverage
Original file line number Diff line number Diff line change 3333
3434 - name : Test
3535 run : |
36- uv run pytest -n auto
36+ uv run pytest -n auto --cov
3737
3838 - name : Build
3939 run : |
Original file line number Diff line number Diff line change @@ -69,9 +69,6 @@ addopts = [
6969 " --ignore=docs/auto_examples/" ,
7070 " --ignore=docs/_build/" ,
7171 " --ignore=tests/examples/" ,
72- " --cov" ,
73- " --cov-config" ,
74- " .coveragerc" ,
7572 " --doctest-glob=*.md" ,
7673 " --doctest-modules" ,
7774 " --doctest-continue-on-failure" ,
You can’t perform that action at this time.
0 commit comments