Skip to content

Commit

Permalink
ci: ignore proto folders when computing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Sep 6, 2024
1 parent 986bf94 commit 9672b13
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 -o coverage.out
run: go tool covdata textfmt -i=raccoon-coverage -pkg $(go list ./... | grep -v proto) -o coverage.out
- name: Upload coverage data to coveralls
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit 9672b13

Please sign in to comment.