Skip to content

Commit 7cc3027

Browse files
authored
Merge pull request #6515 from tautschnig/update-codecov
Codecov pull request checks: use non-deprecated v2 version of action
2 parents 67b82a1 + c35cf78 commit 7cc3027

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,8 @@ jobs:
706706
lcov --capture --directory build --output-file lcov.info
707707
lcov --remove lcov.info '/usr/*' --output-file lcov.info
708708
- name: Upload coverage statistics to Codecov
709-
uses: codecov/codecov-action@v1
709+
uses: codecov/codecov-action@v2
710710
with:
711-
token: ${{ secrets.CODECOV_TOKEN }}
712711
files: ./lcov.info
713712
fail_ci_if_error: true
714713
verbose: true

0 commit comments

Comments
 (0)