We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf20b46 + 29e6794 commit 998b325Copy full SHA for 998b325
1 file changed
.github/workflows/go.yml
@@ -25,9 +25,6 @@ jobs:
25
- name: Test
26
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
27
28
- - name: Coverage
29
- run: go test -coverprofile=coverage.txt
30
-
31
- name: Upload coverage reports to Codecov
32
uses: codecov/codecov-action@v5
33
with:
0 commit comments