Commit b0e6310
committed
Fix coveralls error on GitHub Actions
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
```1 parent b874e98 commit b0e6310
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments