We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43fe5c3 + 998b325 commit 984d799Copy full SHA for 984d799
1 file changed
.github/workflows/go.yml
@@ -25,11 +25,10 @@ jobs:
25
- name: Test
26
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
27
28
- - name: Upload coverage to Codecov
+ - name: Upload coverage reports to Codecov
29
uses: codecov/codecov-action@v5
30
with:
31
- files: coverage.out
32
- fail_ci_if_error: false
+ token: ${{ secrets.CODECOV_TOKEN }}
33
34
integration:
35
name: Integration Tests
0 commit comments