File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1616 fail-fast : false
1717
1818 runs-on : ${{ matrix.os }}
19+ defaults :
20+ run :
21+ shell : bash
1922 steps :
2023 - name : Check out
21243134 allow-prereleases : true
3235 - name : Install the project
3336 run : uv sync --all-extras --dev
34- shell : bash
3537
3638 - name : Run tests
3739 run : uv run python -Xutf8 -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
38- shell : bash
3940
4041 - name : Upload test results to Codecov
4142 if : ${{ !cancelled() }}
4445 flags : python${{ matrix.python-version }}
4546 name : codecov-umbrella-test-results
4647 token : ${{ secrets.CODECOV_TOKEN }}
47- shell : bash
4848 - name : Upload coverage to Codecov
4949 uses : codecov/codecov-action@v5
5050 with :
5454 name : codecov-umbrella
5555 token : ${{ secrets.CODECOV_TOKEN }}
5656 verbose : true
57- shell : bash
You can’t perform that action at this time.
0 commit comments