mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-12 03:24:23 +02:00
Back to codecov/codecov-action@v1
This commit is contained in:
parent
c304fc3891
commit
7ea93af589
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-coverage.yml
vendored
2
.github/workflows/test-coverage.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
pytest --cov=sqlite_utils --cov-report xml:coverage.xml --cov-report term
|
||||
ls -lah
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: coverage.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue