Skip to content

Fix coveralls error on GitHub Actions #2129

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

Merged

Conversation

AndreMiras
Copy link
Member

Coveralls started failing suddenly in GitHub Actions Worflows.
This feels like a bug on their side (at least their documentation)
because the CI environment variable is not supposed to be set refs:
https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables
Disabling the coveralls conditional run from the Makefile fixes it.
It wasn't needed as Travis already calls it explicitly without going
through the test target.
Error was:

/bin/sh: 1: .tox/py36/bin/coveralls: not found
Makefile:30: recipe for target 'test' failed
make: *** [test] Error 127

Coveralls started failing suddenly in GitHub Actions Worflows.
This feels like a bug on their side (at least their documentation)
because the `CI` environment variable is not supposed to be set refs:
https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables
Disabling the `coveralls` conditional run from the `Makefile` fixes it.
It wasn't needed as Travis already calls it explicitly without going
through the `test` target.
Error was:
```
/bin/sh: 1: .tox/py36/bin/coveralls: not found
Makefile:30: recipe for target 'test' failed
make: *** [test] Error 127
```
@AndreMiras AndreMiras merged commit 94d1a7d into kivy:develop Apr 4, 2020
@AndreMiras AndreMiras deleted the feature/fixes_coveralls_not_running branch April 4, 2020 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants