Skip to content

Commit

Permalink
fix coveralls parallel flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Sep 4, 2021
1 parent 3f129bf commit 3f629a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out
flag-name: Go-${{ matrix.go }}
flag-name: Go-${{ matrix.goVersion }}
parallel: true

# notifies that all test jobs are finished.
Expand Down

0 comments on commit 3f629a0

Please sign in to comment.