Skip to content

Commit c4bf7a3

Browse files
Update name of coverage uploading
1 parent f7efd0c commit c4bf7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
flags: ${{ matrix.python-version }}
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
verbose: true
61-
- name: Run codecov (only with latest supported version)
61+
- name: Upload test coverage to Codecov (only with latest supported version)
6262
if: startsWith(matrix.python-version, '3.13')
6363
uses: codecov/codecov-action@v5
6464
with:

0 commit comments

Comments
 (0)