Skip to content

Commit 1e7cb2e

Browse files
workflow: fix step description
1 parent 5821b2f commit 1e7cb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: execute unit-test
3838
run: |
3939
tox -e unittests
40-
- name: Upload coverage reports to Codecov, on ubu 3.10
40+
- name: Upload coverage reports to Codecov, on ubuntu only
4141
if: ${{ matrix.os == 'ubuntu-latest' }}
4242
uses: codecov/codecov-action@v4
4343
with:

0 commit comments

Comments
 (0)