Skip to content

Commit 94ebb68

Browse files
committed
Fixed coverage report
1 parent a4704c8 commit 94ebb68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
- name: 🧪 PHPUnit Tests
5757
run: make test --no-print-directory
5858

59+
- name: Uploading coverage to coveralls
60+
env:
61+
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+
run: make report-coveralls --no-print-directory
63+
5964
- name: Upload Artifacts
6065
uses: actions/upload-artifact@v2
6166
continue-on-error: true

0 commit comments

Comments
 (0)