Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Stop uploading short / mock db test coverage
  • Loading branch information
mafredri committed Jun 29, 2022
commit 92778c24a80bc479167109f38b041028d1eea47d
9 changes: 0 additions & 9 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,6 @@ jobs:
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: go run scripts/datadog-cireport/main.go gotests.xml

- uses: codecov/codecov-action@v3
if: github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./gotests.coverage
flags: unittest-go-${{ matrix.os }}
# this flakes and sometimes fails the build
fail_ci_if_error: false

test-go-postgres:
name: "test/go/postgres"
runs-on: ubuntu-latest
Expand Down