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 6592c17 commit db39e46Copy full SHA for db39e46
.github/workflows/coder.yaml
@@ -216,6 +216,15 @@ 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