ci: Revert unnecessary part of the coveralls "fix"

We already set this via the COVERALLS_SERVICE_NAME environment variable
in the GitHub Actions workflow, as it's really specific to GHA.

And as it turns out, the fix wasn't really necessary anyway as the
Coveralls.io infrastructure was just temporarily down.

Fixes: d98d5b18ac ("ci: Fix coveralls submission")
This commit is contained in:
Tomas Janousek 2021-09-22 17:12:35 +02:00
parent d98d5b18ac
commit c4392c36c0

View file

@ -10,7 +10,7 @@ pytest:
cover-pytest: PYTEST_FLAGS += --cov=taskwiki
cover-pytest: pytest
if [ "$$GITHUB_ACTIONS" ]; then coveralls --service=github || :; fi
if [ "$$GITHUB_ACTIONS" ]; then coveralls || :; fi
xvfb-%:
xvfb-run --server-args=-noreset $(MAKE) $*