Skip to content

Commit eb3cda5

Browse files
committed
the ci now upload the code coverage to codecov
1 parent 462e21e commit eb3cda5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ jobs:
109109
name: "build"
110110
path: "generator/build"
111111

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
112+
- uses: codecov/codecov-action@v1 # upload the coverage to codecov
113+
with:
114+
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)