mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
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:
parent
d98d5b18ac
commit
c4392c36c0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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) $*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue