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 3149576 commit 0a35bd9Copy full SHA for 0a35bd9
.github/workflows/ci.yml
@@ -59,4 +59,5 @@ jobs:
59
run: golangci-lint run --timeout=5m ./...
60
61
- name: Run tests
62
+ shell: bash
63
run: go test -v -coverprofile=coverage.out ./...
.github/workflows/coverage.yml
@@ -54,6 +54,7 @@ jobs:
54
run: go get -v -t -d ./...
55
56
- name: Run tests with coverage
57
58
- name: Upload coverage to Codecov
0 commit comments