Skip to content

Commit f381334

Browse files
author
ityaozm@gmail.com
committed
CI: Update codecov action to version 3
* Replace codecov/codecov-action@v4 with codecov/codecov-action@v3 in the tests workflow file.
1 parent ebe8d14 commit f381334

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
run: composer test-c
3939

4040
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v4
41+
uses: codecov/codecov-action@v3
4242
with:
43+
files: ./clover.xml
4344
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
44-
fail_ci_if_error: false # optional (default = false)
45+
fail_ci_if_error: true # optional (default = false)
4546
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)