Skip to content

Commit 4cd925f

Browse files
Zach BurnettCadair
andauthored
update step name
Co-authored-by: Stuart Mumford <[email protected]>
1 parent fba02a5 commit 4cd925f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
with:
231231
token: ${{ secrets.CODECOV_TOKEN }}
232232

233-
- name: Upload coverage data
233+
- name: Upload coverage data to GitHub
234234
if: ${{ (success() || failure()) && contains(matrix.coverage, 'github') && matrix.pytest == 'true' }}
235235
uses: actions/upload-artifact@v4
236236
with:

0 commit comments

Comments
 (0)