mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 20:34:12 +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
|
pytest --cov=sqlite_utils --cov-report xml:coverage.xml --cov-report term
|
||||||
ls -lah
|
ls -lah
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
file: coverage.xml
|
file: coverage.xml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue