We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b96499 commit 49e622eCopy full SHA for 49e622e
.github/workflows/build-ci.yml
@@ -57,7 +57,7 @@ jobs:
57
MYSQL_HOST: 0.0.0.0
58
MYSQL_PORT: 3307
59
- name: Send coveralls
60
- run: vendor/bin/coveralls build/logs/clover.xml
+ run: vendor/bin/coveralls coverage.xml
61
env:
62
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
- uses: codecov/codecov-action@v1
0 commit comments