We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a95df0 commit d0a6b9aCopy full SHA for d0a6b9a
.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)
+ - uses: codecov/codecov-action@v4
+ with:
47
+ token: ${{ secrets.CODECOV_TOKEN }}
48
+ verbose: true
0 commit comments