Skip to content

Commit

Permalink
Merge branch 'master' into WhereNotNull
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamandlou authored Feb 13, 2024
2 parents eb2e57e + a441774 commit 035ea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: go mod tidy
- name: Run tests with coverage
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)
- name: Print coverage report
run: go tool cover -func=coverage.out
- name: Upload coverage report to Codecov
Expand Down

0 comments on commit 035ea19

Please sign in to comment.