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 d7c089f commit b5de0a9Copy full SHA for b5de0a9
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
uses: golangci/golangci-lint-action@v3
28
29
- name: Run Go tests 🔬
30
- run: go test -cover -covermode atomic -coverprofile=profile.cov -v .
+ run: go test -cover -covermode atomic -coverprofile=profile.cov -v ./...
31
32
# Enable coverage reporting
33
# - name: Report coverage to coveralls 📈
0 commit comments