We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f37833 commit 7532d33Copy full SHA for 7532d33
.github/workflows/ci.yml
@@ -41,3 +41,7 @@ jobs:
41
42
- name: Send report to Coveralls
43
uses: coverallsapp/github-action@v2
44
+ with:
45
+ # Pinned to v0.6.15 as workaround for 500 server errors
46
+ # See: https://github.com/coverallsapp/coverage-reporter/issues/180
47
+ coverage-reporter-version: v0.6.15
0 commit comments