We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309c8f1 commit 3b3f795Copy full SHA for 3b3f795
1 file changed
.github/workflows/tests.yml
@@ -44,10 +44,10 @@ jobs:
44
run: pdm install --group test --frozen-lockfile
45
- name: Run unit and doc tests with coverage report
46
run: |
47
- pdm run pytest tests/unit tests/doc
48
- --ignore tests/unit/aggregation/test_cagrad.py
49
- --ignore tests/unit/aggregation/test_nash_mtl.py
50
- --ignore tests/doc/test_aggregation.py
+ pdm run pytest tests/unit tests/doc \
+ --ignore tests/unit/aggregation/test_cagrad.py \
+ --ignore tests/unit/aggregation/test_nash_mtl.py \
+ --ignore tests/doc/test_aggregation.py \
51
--cov=src --cov-report=xml
52
- name: Upload results to Codecov
53
uses: codecov/codecov-action@v4
0 commit comments