We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a682651 commit ed91f8aCopy full SHA for ed91f8a
.github/actions/build/action.yml
@@ -73,6 +73,7 @@ runs:
73
if: github.event_name == 'pull_request'
74
shell: bash
75
run: |
76
+ go clean -cache -testcache
77
COVERAGE_OPTS="-covermode=count -coverprofile=oldcoverage.out -coverpkg=./..." make build
78
# Remove mock and generated code from account
79
grep -v "github.com/apache/camel-k/v2/pkg/client" oldcoverage.out \
0 commit comments