Skip to content

Commit d2c56ba

Browse files
committed
Add back CODECOV_TOKEN
1 parent 2179325 commit d2c56ba

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/gfortran.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ env:
1414
ABIN_FFLAGS: -O0 -fopenmp --coverage -fprofile-abs-path -ffpe-trap=invalid,zero,overflow,denormal -fimplicit-none -Wall -Wno-integer-division -Wno-maybe-uninitialized
1515
ABIN_LDLIBS: --coverage
1616
OPTIMIZED_FFLAGS: -O3 -fopenmp -fimplicit-none -Wall -Wno-integer-division
17+
# NOTE: It would be safer to only pass the secret token to the codecov-upload action,
18+
# but the impact of this token leaking is small anyway.
19+
# NOTE: It appears that even with this token there are issues,
20+
# so for now we let the CI succeed even if the upload fails.
21+
# Reported by many people also at:
22+
# https://github.com/codecov/codecov-action/issues/926
23+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1724
FORCE_COLOR: 1
1825

1926
jobs:

0 commit comments

Comments
 (0)