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 5395388 commit 72db864Copy full SHA for 72db864
.github/workflows/build.yml
@@ -56,7 +56,13 @@ jobs:
56
- name: Test
57
run: |
58
go test -parallel 20 -v -race -coverprofile=coverage.txt -covermode=atomic ./...
59
- bash <(curl -s https://codecov.io/bash)
+
60
+ - name: Codecov
61
+ uses: codecov/[email protected]
62
+ with:
63
+ fail_ci_if_error: true # optional (default = false)
64
+ env:
65
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
66
67
# For github to have a unique status check name
68
build-status:
0 commit comments