mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 16:44:43 +00:00
Avoid Coveralls upload failure because build was closed
Error: Unprocessable Entity Can't add a job to a build that is already closed. See docs.coveralls.io/parallel-builds
This commit is contained in:
parent
611bdd6c0a
commit
c937ff467c
1 changed files with 12 additions and 0 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
|
@ -109,6 +109,18 @@ jobs:
|
|||
|
||||
- name: Report to coveralls
|
||||
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
|
||||
with:
|
||||
parallel: true
|
||||
flag-name: run-${{ matrix.python-version }}
|
||||
|
||||
finish:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Close coveralls parallel build
|
||||
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
|
||||
with:
|
||||
parallel-finished: true
|
||||
|
||||
docs:
|
||||
# there's some overlap with publish-pages.yml, but this one runs on pull
|
||||
|
|
|
|||
Loading…
Reference in a new issue