Skip to content

Commit 36e4959

Browse files
committed
Use CodeCov instead of Coveralls
1 parent 40a7b52 commit 36e4959

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
run: vendor/bin/phpunit --verbose --coverage-clover ./build/logs/clover.xml
4040

4141
- name: Tests coverage
42-
uses: coverallsapp/github-action@master
42+
uses: codecov/codecov-action@v1
4343
with:
44-
github-token: ${{ secrets.GITHUB_TOKEN }}
45-
path-to-lcov: ./build/logs/clover.xml
44+
file: ./build/logs/clover.xml

0 commit comments

Comments
 (0)