fix: Improve coverage by uploading PostgreSQL tests (#532)

This also adds a test for workspace creation via the CLI.
This commit is contained in:
Kyle Carberry
2022-03-23 10:03:28 -05:00
committed by GitHub
parent 6573b651b1
commit d665263d37
4 changed files with 120 additions and 25 deletions
+8
View File
@@ -270,6 +270,14 @@ jobs:
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: go run scripts/datadog-cireport/main.go gotests.xml
- uses: codecov/codecov-action@v2
if: github.actor != 'dependabot[bot]'
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./gotests.coverage
flags: unittest-go-${{ matrix.os }}
fail_ci_if_error: true
deploy:
name: "deploy"
runs-on: ubuntu-latest