We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2074f3 commit a441774Copy full SHA for a441774
.github/workflows/codecov.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: go mod tidy
17
- name: Run tests with coverage
18
- run: go test -coverprofile="coverage.out" $(go list ./... | grep -v /mocks | grep -v /facades | grep -v /contracts)
+ run: go test -coverprofile="coverage.out" $(go list ./... | grep -v /mocks | grep -v /facades | grep -v /contracts | grep -v /testing/mock)
19
- name: Print coverage report
20
run: go tool cover -func=coverage.out
21
- name: Upload coverage report to Codecov
0 commit comments