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 243eeb7 commit eca426aCopy full SHA for eca426a
.github/workflows/go.yaml
@@ -19,8 +19,8 @@ jobs:
19
with:
20
go-version: 1.16
21
- run: go build -v ./...
22
- - run: go test -v ./...
23
-
+ - run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
+ - run: bash <(curl -s https://codecov.io/bash)
24
- uses: go-semantic-release/action@v1.12.0
25
26
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments