Skip to content

Commit 2fdad45

Browse files
committed
rename main ci workflow
1 parent ac34c91 commit 2fdad45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests_codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit tests with codecov upload
1+
name: pytest
22
on:
33
# Trigger the workflow on push or pull request,
44
# but only for the master branch
@@ -10,7 +10,7 @@ on:
1010
- master
1111
jobs:
1212
run:
13-
name: Run unit tests
13+
name: Run unit tests with codecov upload
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

0 commit comments

Comments
 (0)