ci: Fix coveralls submission

See [0] for reference.

[0]: https://github.com/lemurheavy/coveralls-public/issues/1435
This commit is contained in:
Tomas Babej 2021-09-19 15:03:44 -04:00
parent 507addcfbf
commit d98d5b18ac
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Finished
uses: coverallsapp/github-action@v1.1.1
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

View file

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