Skip to content

Commit 4ecce1e

Browse files
committed
Update codecov workflow to v4 and add upload token
1 parent 58a766c commit 4ecce1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
sqlite3 "$f" "update file set path = replace(path, '\\', '/');"
168168
done
169169
tox -e report
170-
- uses: codecov/codecov-action@v3
170+
- uses: codecov/codecov-action@v4
171171
with:
172172
files: coverage.xml
173+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)