Skip to content

Commit

Permalink
fix: add parallel-finished flag to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenafamo committed Nov 16, 2023
1 parent 83076df commit e1b4e26
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ jobs:
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: covprofile.out
flag-name: go-${{ matrix.go }}
parallel: true

finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true

test-windows-sqlite:
# Run generation test on windows to catch filepath issues
Expand Down

0 comments on commit e1b4e26

Please sign in to comment.