mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
ci: Fix coveralls submission
See [0] for reference. [0]: https://github.com/lemurheavy/coveralls-public/issues/1435
This commit is contained in:
parent
507addcfbf
commit
d98d5b18ac
2 changed files with 2 additions and 2 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -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
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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) $*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue