Skip to content

Commit 92778c2

Browse files
committed
fix: Stop uploading short / mock db test coverage
1 parent b16039c commit 92778c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/coder.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,15 +216,6 @@ jobs:
216216
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
217217
run: go run scripts/datadog-cireport/main.go gotests.xml
218218

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-
228219
test-go-postgres:
229220
name: "test/go/postgres"
230221
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)