Skip to content

Commit bc0f419

Browse files
committed
ci: filter out internal/httpclient in coverage
1 parent 71c24a7 commit bc0f419

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
- name: Test Keto
8686
run: |
8787
go test -coverprofile coverage.txt -tags sqlite ./...
88+
grep -v "ory/keto/internal/httpclient" coverage.txt > coverage_cleared.txt
89+
mv coverage_cleared.txt coverage.txt
8890
- run: |
8991
go tool goveralls -service=github -coverprofile=coverage.txt
9092
env:

0 commit comments

Comments
 (0)