-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coveralls fails with Windows runner #175
Comments
Hey! Thank you for reporting. I have investigated the issue and it looks like there is a problem with auto-searching for coverage files on Windows. I assume this is not easy to fix, so I'd like to suggest you a workaround. diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index 6833a7832b..cef9e783bf 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -52,7 +52,7 @@ jobs:
with:
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
github-token: ${{ secrets.GITHUB_TOKEN }}
+ file: coverage/lcov.info
parallel: true
post-test: Providing Anyway I will continue investigation of this issue and try fixing it. |
Now it seems to work at brew installs a more recent (0.6.4) version of coveralls instead of 0.5.2 in the above screenshot. Is there any way it could be made to install a coveralls version that wasn't so badly out of date? |
Coverrals does not work using Windows as runner in GitHub Actions. See failed job
The text was updated successfully, but these errors were encountered: