File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248
248
run : npm run test:js -- --ci --cacheDirectory="$HOME/.jest-cache" --collectCoverage
249
249
250
250
- name : Upload code coverage report
251
- uses : codecov/codecov-action@v1.4.1
251
+ uses : codecov/codecov-action@v1.5.2
252
252
with :
253
253
file : build/logs/lcov.info
254
254
flags : javascript
@@ -494,7 +494,7 @@ jobs:
494
494
495
495
- name : Upload code coverage report
496
496
if : ${{ matrix.coverage == true }}
497
- uses : codecov/codecov-action@v1.4.1
497
+ uses : codecov/codecov-action@v1.5.2
498
498
with :
499
499
file : ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml
500
500
flags : php,unit
@@ -653,7 +653,7 @@ jobs:
653
653
654
654
- name : Upload code coverage report
655
655
if : ${{ matrix.coverage == true }}
656
- uses : codecov/codecov-action@v1.4.1
656
+ uses : codecov/codecov-action@v1.5.2
657
657
with :
658
658
files : ${{ env.COVERAGE_FILES }}
659
659
flags : php,feature
You can’t perform that action at this time.
0 commit comments