update workflow

This commit is contained in:
Belal Rashid 2026-05-22 12:30:50 +01:00
commit 32a161587a
4 changed files with 5 additions and 5 deletions

View file

@ -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