Skip to content

Commit

Permalink
ignore mocks in coverage
Browse files Browse the repository at this point in the history
Signed-off-by: John Hosie <[email protected]>
  • Loading branch information
hosie committed Nov 10, 2024
1 parent a3ee9ce commit 1bf6031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/go/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ ext {
include "mocks/**/*.go"
}

targetCoverage = 91.8
targetCoverage = 92.0
maxCoverageBarGap = 1
coverageExcludedPackages = [
'github.com/kaleido-io/paladin/core/internal/privatetxnmgr/ptmgrtypes/mock_transaction_flow.go',
'github.com/kaleido-io/paladin/core/pkg/proto',
'github.com/kaleido-io/paladin/core/pkg/proto/transaction',
'github.com/kaleido-io/paladin/toolkit/prototk',
Expand Down

0 comments on commit 1bf6031

Please sign in to comment.