Skip to content

Commit 945de18

Browse files
committed
adds codecov name
1 parent 154fc8d commit 945de18

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,13 @@ jobs:
5050
- name: WordPress unit test
5151
run: yarn php:unit
5252

53-
- shell: bash
54-
env:
55-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
56-
run: |
57-
echo $CODECOV_TOKEN
58-
5953
- name: Unit test coverage report
6054
uses: codecov/codecov-action@v4
6155
with:
6256
files: ./unit-coverage.xml
6357
flags: unittests
58+
name: codecov-unit
59+
verbose: true
6460
token: ${{ secrets.CODECOV_TOKEN }}
6561

6662
- name: WordPress integration test
@@ -71,6 +67,8 @@ jobs:
7167
with:
7268
files: ./integration-coverage.xml
7369
flags: integrationtests
70+
name: codecov-integration
71+
verbose: true
7472
token: ${{ secrets.CODECOV_TOKEN }}
7573

7674
- name: WordPress integration test as multisite

0 commit comments

Comments
 (0)