Skip to content

Commit a441774

Browse files
committed
Optimize codecov
1 parent f2074f3 commit a441774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: go mod tidy
1717
- name: Run tests with coverage
18-
run: go test -coverprofile="coverage.out" $(go list ./... | grep -v /mocks | grep -v /facades | grep -v /contracts)
18+
run: go test -coverprofile="coverage.out" $(go list ./... | grep -v /mocks | grep -v /facades | grep -v /contracts | grep -v /testing/mock)
1919
- name: Print coverage report
2020
run: go tool cover -func=coverage.out
2121
- name: Upload coverage report to Codecov

0 commit comments

Comments
 (0)