File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 - name : Install default (with full options) and test dependencies
2626 run : uv pip install '.[full]' --group test
2727 - name : Run unit and doc tests with coverage report
28- run : uv run pytest tests/unit tests/doc --cov=src --cov-report=xml
28+ run : uv run pytest -W error tests/unit tests/doc --cov=src --cov-report=xml
2929 - name : Upload results to Codecov
3030 uses : codecov/codecov-action@v4
3131 with :
4444 run : uv pip install . --group test
4545 - name : Run unit and doc tests with coverage report
4646 run : |
47- uv run pytest tests/unit tests/doc \
47+ uv run pytest -W error tests/unit tests/doc \
4848 --ignore tests/unit/aggregation/test_cagrad.py \
4949 --ignore tests/unit/aggregation/test_nash_mtl.py \
5050 --ignore tests/doc/test_aggregation.py \
You can’t perform that action at this time.
0 commit comments