Skip to content

Commit c8da494

Browse files
committed
update codecov action to v2
1 parent 09e6e0f commit c8da494

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: run-tests
22

3-
on:
3+
on:
44
push:
55
branches:
66
- main
@@ -38,9 +38,9 @@ jobs:
3838

3939
- name: Execute tests
4040
run: ./vendor/bin/phpunit --coverage-clover clover.xml -d --without-creating-snapshots
41-
41+
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v1
43+
uses: codecov/codecov-action@v2
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
files: clover.xml

0 commit comments

Comments
 (0)