Skip to content

Commit db39e46

Browse files
committed
Revert "fix: Stop uploading short / mock db test coverage"
This reverts commit 92778c2.
1 parent 6592c17 commit db39e46

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/coder.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,15 @@ 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+
219228
test-go-postgres:
220229
name: "test/go/postgres"
221230
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)