We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b385321 commit 0f1314dCopy full SHA for 0f1314d
.github/workflows/go.yml
@@ -35,7 +35,9 @@ jobs:
35
run: make build
36
- name: InstUt
37
run: go test -v ./pkg/... -coverprofile=coverage.txt -covermode=atomic
38
- - name: Coverage
39
- run: bash <(curl -s https://codecov.io/bash)
+ - name: Upload coverage reports to Codecov
+ uses: codecov/[email protected]
40
+ with:
41
+ token: ${{ secrets.CODECOV_TOKEN }}
42
- name: Test
43
run: go test -short -timeout 50m -v github.com/alibaba/opentelemetry-go-auto-instrumentation/test
0 commit comments