Skip to content

Commit 75cf5ab

Browse files
authored
[2.1] Update codecov GitHub Action (#6397)
1 parent 32ef942 commit 75cf5ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-measure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
run: npm run test:js -- --ci --cacheDirectory="$HOME/.jest-cache" --collectCoverage
249249

250250
- name: Upload code coverage report
251-
uses: codecov/codecov-action@v1.4.1
251+
uses: codecov/codecov-action@v1.5.2
252252
with:
253253
file: build/logs/lcov.info
254254
flags: javascript
@@ -494,7 +494,7 @@ jobs:
494494

495495
- name: Upload code coverage report
496496
if: ${{ matrix.coverage == true }}
497-
uses: codecov/codecov-action@v1.4.1
497+
uses: codecov/codecov-action@v1.5.2
498498
with:
499499
file: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml
500500
flags: php,unit
@@ -653,7 +653,7 @@ jobs:
653653
654654
- name: Upload code coverage report
655655
if: ${{ matrix.coverage == true }}
656-
uses: codecov/codecov-action@v1.4.1
656+
uses: codecov/codecov-action@v1.5.2
657657
with:
658658
files: ${{ env.COVERAGE_FILES }}
659659
flags: php,feature

0 commit comments

Comments
 (0)