Skip to content

Commit f740037

Browse files
committed
Trying Coveralls Github action
1 parent b97ad45 commit f740037

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
path: "generator/build"
128128

129129
- name: "Upload test coverage to coveralls"
130-
run: "php vendor/bin/php-coveralls -v"
130+
uses: "coverallsapp/github-action@master"
131131
working-directory: "generator"
132-
env:
133-
COVERALLS_REPO_TOKEN: "jkrVNjOvNxoqfyCSQ2QbIgbqP53QCkFmP"
134-
COVERALLS_RUN_LOCALLY: 1
132+
with:
133+
github-token: "jkrVNjOvNxoqfyCSQ2QbIgbqP53QCkFmP"
134+
path-to-lcov: "generator/build/logs/clover.xml"

0 commit comments

Comments
 (0)