Skip to content

Commit 7532d33

Browse files
committed
ci(coveralls): Workaround for 500 server errors
1 parent 7f37833 commit 7532d33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ jobs:
4141

4242
- name: Send report to Coveralls
4343
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

Comments
 (0)