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 462e21e commit eb3cda5Copy full SHA for eb3cda5
.github/workflows/continuous-integration.yml
@@ -109,10 +109,6 @@ jobs:
109
name: "build"
110
path: "generator/build"
111
112
- - name: "Upload test coverage to coveralls"
113
- continue-on-error: true
114
- run: "php vendor/bin/php-coveralls -v"
115
- working-directory: "generator"
116
- env:
117
- COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
118
- COVERALLS_RUN_LOCALLY: 1
+ - uses: codecov/codecov-action@v1 # upload the coverage to codecov
+ with:
+ fail_ci_if_error: true # optional (default = false)
0 commit comments