File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3535 - name : Run unit and doc tests with coverage report
3636 run : uv run pytest -W error tests/unit tests/doc --cov=src --cov-report=xml
3737
38- - uses : ./.github/actions/upload-codecov
38+ - &upload-codecov
39+ name : Upload results to Codecov
40+ uses : codecov/codecov-action@v4
41+ with :
42+ token : ${{ secrets.CODECOV_TOKEN }}
3943
4044 tests-default-install :
4145 name : Run (most) tests with default install
5862 --ignore tests/doc/test_aggregation.py \
5963 --cov=src --cov-report=xml
6064
61- - uses : ./.github/actions/ upload-codecov
65+ - * upload-codecov
6266
6367 tests-float64 :
6468 name : Run tests on float64 dtype
7983 env :
8084 PYTEST_TORCH_DTYPE : float64
8185
82- - uses : ./.github/actions/ upload-codecov
86+ - * upload-codecov
8387
8488 build-doc :
8589 name : Build doc
You can’t perform that action at this time.
0 commit comments