Skip to content

Commit 48a4ee9

Browse files
authored
Merge pull request #8521 from hugovk/gcov
2 parents a9e110e + 141e8d2 commit 48a4ee9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/test-docker.yml

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
with:
103103
flags: GHA_Docker
104104
name: ${{ matrix.docker }}
105-
gcov: true
106105
token: ${{ secrets.CODECOV_ORG_TOKEN }}
107106

108107
success:

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ jobs:
158158
with:
159159
flags: ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
160160
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
161-
gcov: true
162161
token: ${{ secrets.CODECOV_ORG_TOKEN }}
163162

164163
success:

0 commit comments

Comments
 (0)