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 e87006f commit 115400fCopy full SHA for 115400f
.github/workflows/coverage.yml
@@ -19,6 +19,10 @@ jobs:
19
- uses: actions/setup-go@v6
20
with:
21
go-version: stable
22
+ - name: Install plugin
23
+ run: make install-plugin
24
+ - name: Build binaries
25
+ run: make build
26
- name: Run coverage
27
run: go tool gotestsum --format github-actions --junitfile junit.xml -- -coverprofile=coverage.out -covermode=count ./...
28
- name: Upload coverage to Codecov
0 commit comments