Skip to content

Commit e079b9d

Browse files
committedMay 3, 2024
Fix upload to Codecov
1 parent 9543130 commit e079b9d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ jobs:
4444
- run: composer validate --strict
4545
- run: composer update --prefer-dist
4646
- run: vendor/bin/phpunit -c ${{ matrix.phpunit }} --colors=always --coverage-clover=coverage.xml
47-
- run: bash <(curl -s https://codecov.io/bash) -F ${{ matrix.coverage }}
47+
- name: Upload coverage to Codecov
48+
uses: codecov/codecov-action@v3
49+
with:
50+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)