We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9e110e + 141e8d2 commit 48a4ee9Copy full SHA for 48a4ee9
.github/workflows/test-docker.yml
@@ -102,7 +102,6 @@ jobs:
102
with:
103
flags: GHA_Docker
104
name: ${{ matrix.docker }}
105
- gcov: true
106
token: ${{ secrets.CODECOV_ORG_TOKEN }}
107
108
success:
.github/workflows/test.yml
@@ -158,7 +158,6 @@ jobs:
158
159
flags: ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
160
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
161
162
163
164
0 commit comments