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 b16039c commit 92778c2Copy full SHA for 92778c2
.github/workflows/coder.yaml
@@ -216,15 +216,6 @@ jobs:
216
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
217
run: go run scripts/datadog-cireport/main.go gotests.xml
218
219
- - uses: codecov/codecov-action@v3
220
- if: github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork
221
- with:
222
- token: ${{ secrets.CODECOV_TOKEN }}
223
- files: ./gotests.coverage
224
- flags: unittest-go-${{ matrix.os }}
225
- # this flakes and sometimes fails the build
226
- fail_ci_if_error: false
227
-
228
test-go-postgres:
229
name: "test/go/postgres"
230
runs-on: ubuntu-latest
0 commit comments