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 42bb48d commit 12f2a9bCopy full SHA for 12f2a9b
.github/workflows/testing.yml
@@ -35,7 +35,7 @@ jobs:
35
if: success()
36
run: go test -timeout 60s -cover ./... -coverprofile=coverage.txt -covermode=atomic
37
env:
38
- PG_URI: postgres://test:test@localhost:${{ job.services.postgres.ports[5432] }}/test?sslmode=disable
+ PG_URI: "postgres://test:test@localhost:${{ job.services.postgres.ports[5432] }}/test?sslmode=disable"
39
40
- name: Upload coverage to Codecov
41
uses: codecov/codecov-action@v1
0 commit comments