mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Disable Azure Codecov for windows
This commit is contained in:
parent
576ab617f5
commit
ddad5bd484
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ jobs:
|
||||||
variables:
|
variables:
|
||||||
D_COMPILER: dmd
|
D_COMPILER: dmd
|
||||||
HOST_DMD_VERSION: LATEST
|
HOST_DMD_VERSION: LATEST
|
||||||
DMD_TEST_COVERAGE: 1
|
# Disable actual coverage because of issues with the codecov uploader
|
||||||
|
# DMD_TEST_COVERAGE: 1
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
x64:
|
x64:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue