mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23: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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Finished
|
- name: Finished
|
||||||
uses: coverallsapp/github-action@v1.1.1
|
uses: coverallsapp/github-action@1.1.3
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ pytest:
|
||||||
|
|
||||||
cover-pytest: PYTEST_FLAGS += --cov=taskwiki
|
cover-pytest: PYTEST_FLAGS += --cov=taskwiki
|
||||||
cover-pytest: pytest
|
cover-pytest: pytest
|
||||||
if [ "$$GITHUB_ACTIONS" ]; then coveralls || :; fi
|
if [ "$$GITHUB_ACTIONS" ]; then coveralls --service=github || :; fi
|
||||||
|
|
||||||
xvfb-%:
|
xvfb-%:
|
||||||
xvfb-run --server-args=-noreset $(MAKE) $*
|
xvfb-run --server-args=-noreset $(MAKE) $*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue