We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3f342 commit f05f4fcCopy full SHA for f05f4fc
.github/workflows/main.yml
@@ -42,5 +42,7 @@ jobs:
42
- name: Run Tests
43
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic
44
45
- - name: Upload coverage to Codecov
46
- run: bash <(curl -s https://codecov.io/bash)
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
47
+ with:
48
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments