Skip to content

Commit 49e622e

Browse files
committed
Fix coverage command
1 parent 1b96499 commit 49e622e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
MYSQL_HOST: 0.0.0.0
5858
MYSQL_PORT: 3307
5959
- name: Send coveralls
60-
run: vendor/bin/coveralls build/logs/clover.xml
60+
run: vendor/bin/coveralls coverage.xml
6161
env:
6262
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)