Skip to content

Commit a08a3c0

Browse files
committed
codecov/codecov-action moved to v4 and added CODECOV_TOKEN
1 parent 8e7fdd2 commit a08a3c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
coverage report --fail-under=90
8282
coverage xml
8383
- name: upload coverage to Codecov
84-
uses: codecov/codecov-action@v3
84+
uses: codecov/codecov-action@v4
8585
with:
86+
token: ${{ secrets.CODECOV_TOKEN }}
8687
fail_ci_if_error: true

0 commit comments

Comments
 (0)