Skip to content

Commit 1d5b39b

Browse files
authored
Merge pull request #364 from fortran-lang/ci/fix-coverage
ci: bump codecov to v4
2 parents 8e95ee9 + fa1e404 commit 1d5b39b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
shell: bash
5757

5858
- name: Upload coverage to Codecov
59-
uses: codecov/codecov-action@v3
59+
uses: codecov/codecov-action@v4
6060
with:
61-
token: ${{ secrets.CODECOV_TOKEN }}
6261
fail_ci_if_error: true
62+
verbose: true
63+
env:
64+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)