We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154fc8d commit 945de18Copy full SHA for 945de18
.github/workflows/php.yml
@@ -50,17 +50,13 @@ jobs:
50
- name: WordPress unit test
51
run: yarn php:unit
52
53
- - shell: bash
54
- env:
55
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
56
- run: |
57
- echo $CODECOV_TOKEN
58
-
59
- name: Unit test coverage report
60
uses: codecov/codecov-action@v4
61
with:
62
files: ./unit-coverage.xml
63
flags: unittests
+ name: codecov-unit
+ verbose: true
64
token: ${{ secrets.CODECOV_TOKEN }}
65
66
- name: WordPress integration test
@@ -71,6 +67,8 @@ jobs:
71
67
72
68
files: ./integration-coverage.xml
73
69
flags: integrationtests
70
+ name: codecov-integration
74
75
76
- name: WordPress integration test as multisite
0 commit comments