mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
[CODECOV_TOKEN is apparently not required due to implicit GitHub Actions support!]
This commit is contained in:
parent
183d01fac6
commit
d23821f019
1 changed files with 0 additions and 1 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -71,7 +71,6 @@ jobs:
|
||||||
FULL_BUILD: true
|
FULL_BUILD: true
|
||||||
# for coverage:
|
# for coverage:
|
||||||
DMD_TEST_COVERAGE: ${{ matrix.coverage && '1' || '0' }}
|
DMD_TEST_COVERAGE: ${{ matrix.coverage && '1' || '0' }}
|
||||||
CODECOV_TOKEN: ${{ matrix.coverage && secrets.CODECOV_TOKEN || '' }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue