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 9af10ff commit b44cca2Copy full SHA for b44cca2
.github/workflows/code-coverage.yml
@@ -42,7 +42,7 @@ jobs:
42
version: '0.11.0'
43
args: --out Xml --all
44
env:
45
- TEST_URL: "postgresql://postgres/postgres?user=postgres&password=postgres"
+ TEST_URL: "postgresql://localhost/postgres?user=postgres&password=postgres"
46
- name: Upload to codecov.io
47
uses: codecov/codecov-action@v1.0.2
48
with:
.github/workflows/stable-test.yml
@@ -51,4 +51,4 @@ jobs:
51
command: test
52
args: --all --no-fail-fast -- --nocapture
53
54
0 commit comments