[CODECOV_TOKEN is apparently not required due to implicit GitHub Actions support!]

This commit is contained in:
Martin Kinkelin 2023-09-17 02:05:53 +02:00
parent 183d01fac6
commit d23821f019

View file

@ -71,7 +71,6 @@ jobs:
FULL_BUILD: true
# for coverage:
DMD_TEST_COVERAGE: ${{ matrix.coverage && '1' || '0' }}
CODECOV_TOKEN: ${{ matrix.coverage && secrets.CODECOV_TOKEN || '' }}
steps:
- uses: actions/checkout@v4
with: