Skip to content

Commit 1d34b4b

Browse files
committed
Migrated codecov/codecov-action from v1 to v2.
1 parent ad727a7 commit 1d34b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: vendor/bin/phpunit --coverage-clover=coverage.xml
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v1
39+
uses: codecov/codecov-action@v2
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
42-
file: ./coverage.xml
42+
files: ./coverage.xml
4343
fail_ci_if_error: true

0 commit comments

Comments
 (0)