We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1743680 commit 4ecfce1Copy full SHA for 4ecfce1
.github/workflows/test.yml
@@ -23,12 +23,4 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Run tests
26
- run: go test -v -count=1 -race -shuffle=on -coverprofile=coverage.txt ./...
27
-
28
- - name: Upload Coverage
29
- uses: codecov/codecov-action@v4
30
- continue-on-error: true
31
- with:
32
- token: ${{secrets.CODECOV_TOKEN}}
33
- file: ./coverage.txt
34
- fail_ci_if_error: false
+ run: go test -v -count=1 -race -shuffle=on -coverprofile=coverage.txt ./...
0 commit comments