Skip to content

Commit 34cae35

Browse files
committed
codecov
1 parent f6c237b commit 34cae35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,11 @@ jobs:
5656
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5757
- name: Execute tests
5858
run: composer run test-coverage -- --coverage-text
59+
60+
- uses: codecov/codecov-action@v1
61+
with:
62+
token: ${{ secrets.CODECOV_TOKEN }}
63+
files: ./build/logs/clover.xml
64+
fail_ci_if_error: true
65+
verbose: true
66+
env_vars: P${{ matrix.php }},L${{ matrix.laravel }} ,E${{ matrix.elasticsearch }},${{ matrix.stability }},${{ matrix.os }}

0 commit comments

Comments
 (0)