Skip to content

Commit

Permalink
Fix parallel coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 2, 2023
1 parent 4e3c412 commit 1b1cf43
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,16 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
files: .tap/report/lcov.info
parallel: true

coverage:
needs: test
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v2
with:
parallel-finished: true

automerge:
needs: test
Expand Down

0 comments on commit 1b1cf43

Please sign in to comment.