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 b83b4a8 commit 080c646Copy full SHA for 080c646
.github/workflows/test.yaml
@@ -16,7 +16,6 @@ jobs:
16
- uses: golangci/golangci-lint-action@v6
17
with: { version: "latest" }
18
- run: make cov
19
- env: { GOEXPERIMENT: rangefunc }
20
- uses: codecov/codecov-action@v4
21
env: { CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" }
22
test:
0 commit comments