We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4408cb commit 28c6729Copy full SHA for 28c6729
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: go mod tidy
21
- name: Run tests with coverage
22
- run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
+ run: go test ./... -coverprofile=./cover.out -covermode=atomic
23
- name: Upload coverage
24
uses: actions/upload-artifact@v4
25
with:
0 commit comments