Skip to content

Commit

Permalink
ci: fix cover merge resulting in empty coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Sep 6, 2024
1 parent f01cc07 commit 9ec931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Stop raccoon
run: docker compose down
- name: Merge coverage data
run: go tool covdata textfmt -i=raccoon-coverage -pkg "$(go list ./... | grep -v proto)" -o coverage.out
run: go tool covdata textfmt -i=raccoon-coverage -pkg "$(go list ./... | grep -v proto | paste -sd ',')" -o coverage.out
- name: Upload coverage data to coveralls
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit 9ec931c

Please sign in to comment.