File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
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
2219 steps :
2320 - name : Check out
24213431 allow-prereleases : true
3532 - name : Install the project
3633 run : uv sync --all-extras --dev
34+ shell : bash
3735
3836 - name : Run tests
3937 run : uv run python -Xutf8 -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
38+ shell : bash
4039
4140 - name : Upload test results to Codecov
4241 if : ${{ !cancelled() }}
4544 flags : python${{ matrix.python-version }}
4645 name : codecov-umbrella-test-results
4746 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