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 884f12b commit 169b9d1Copy full SHA for 169b9d1
.github/workflows/code-coverage.yml
@@ -52,7 +52,7 @@ jobs:
52
version: '0.11.0'
53
args: --out Xml --all --all-features
54
env:
55
- TEST_URL: "postgresql://localhost/postgres?user=postgres&password=postgres"
+ TEST_URL: "postgresql://localhost/postgres?user=postgres&password=postgres?sslmode=disable"
56
- name: Upload to codecov.io
57
uses: codecov/codecov-action@v1.0.2
58
with:
.github/workflows/stable-test.yml
@@ -61,4 +61,4 @@ jobs:
61
command: test
62
args: --all --all-features --no-fail-fast -- --nocapture
63
64
0 commit comments