mirror of
https://github.com/simonw/datasette.git
synced 2026-06-14 21:16:56 +02:00
update workflow
This commit is contained in:
parent
1000d50220
commit
32a161587a
4 changed files with 5 additions and 5 deletions
4
.github/workflows/test-coverage.yml
vendored
4
.github/workflows/test-coverage.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
pytest -m "not serial" --cov=datasette --cov-config=.coveragerc --cov-report xml:coverage.xml --cov-report term -x
|
||||
ls -lah
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v6
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: coverage.xml
|
||||
files: coverage.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue