Skip to content

Commit c84c68d

Browse files
committed
chore: rename the coverage GHA step
1 parent daef9c8 commit c84c68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: uv run pytest --showlocals
3737

3838
coverage:
39-
name: py${{ matrix.python }} unit tests
39+
name: coverage
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)