Skip to content

Commit

Permalink
ci: Fix coveralls submission
Browse files Browse the repository at this point in the history
See [0] for reference.

[0]: lemurheavy/coveralls-public#1435
  • Loading branch information
tbabej committed Sep 19, 2021
1 parent ae46b5f commit 765aa2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) $*

0 comments on commit 765aa2e

Please sign in to comment.