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 a4704c8 commit 94ebb68Copy full SHA for 94ebb68
.github/workflows/main.yml
@@ -56,6 +56,11 @@ jobs:
56
- name: 🧪 PHPUnit Tests
57
run: make test --no-print-directory
58
59
+ - name: Uploading coverage to coveralls
60
+ env:
61
+ COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
+ run: make report-coveralls --no-print-directory
63
+
64
- name: Upload Artifacts
65
uses: actions/upload-artifact@v2
66
continue-on-error: true
0 commit comments