Skip to content

Commit

Permalink
Merge pull request #127 from stephenafamo/fix/coveralls
Browse files Browse the repository at this point in the history
Add parallel-finished flag to coveralls
  • Loading branch information
stephenafamo authored Nov 16, 2023
2 parents 83076df + e1b4e26 commit 82358b6
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 82358b6

Please sign in to comment.