mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 12:23:06 +02:00
tests: Workaround for recent coveralls-python breaking GH Actions
https://github.com/TheKevJames/coveralls-python/issues/252
This commit is contained in:
parent
b5094a70f2
commit
72397a8c23
2 changed files with 2 additions and 0 deletions
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
|
@ -63,6 +63,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
COVERALLS_PARALLEL: true
|
||||
COVERALLS_SERVICE_NAME: github
|
||||
|
||||
coveralls-finished:
|
||||
needs: tests
|
||||
|
|
|
@ -10,6 +10,7 @@ services:
|
|||
tty: true
|
||||
environment:
|
||||
COVERALLS_PARALLEL:
|
||||
COVERALLS_SERVICE_NAME:
|
||||
GITHUB_ACTIONS:
|
||||
GITHUB_HEAD_REF:
|
||||
GITHUB_REF:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue