fix: add const value for public scheam name of postgres. #877

Merged
lunny merged 1 commits from xorm2 into master 2018-04-09 06:57:12 +00:00
Member

as title.

as title.
codecov-io commented 2018-04-09 06:53:38 +00:00 (Migrated from github.com)

Codecov Report

No coverage uploaded for pull request base (master@468154d). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #877   +/-   ##
=========================================
  Coverage          ?   53.41%           
=========================================
  Files             ?       39           
  Lines             ?     7472           
  Branches          ?        0           
=========================================
  Hits              ?     3991           
  Misses            ?     2975           
  Partials          ?      506
Impacted Files Coverage Δ
dialect_postgres.go 74.91% <ø> (ø)
engine.go 58.95% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 468154d...ffca3e1. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/877?src=pr&el=h1) Report > :exclamation: No coverage uploaded for pull request base (`master@468154d`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit). > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/877/graphs/tree.svg?height=150&token=yB5nO1krEe&src=pr&width=650)](https://codecov.io/gh/go-xorm/xorm/pull/877?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #877 +/- ## ========================================= Coverage ? 53.41% ========================================= Files ? 39 Lines ? 7472 Branches ? 0 ========================================= Hits ? 3991 Misses ? 2975 Partials ? 506 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/877?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [dialect\_postgres.go](https://codecov.io/gh/go-xorm/xorm/pull/877/diff?src=pr&el=tree#diff-ZGlhbGVjdF9wb3N0Z3Jlcy5nbw==) | `74.91% <ø> (ø)` | | | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/877/diff?src=pr&el=tree#diff-ZW5naW5lLmdv) | `58.95% <100%> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/877?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/877?src=pr&el=footer). Last update [468154d...ffca3e1](https://codecov.io/gh/go-xorm/xorm/pull/877?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No description provided.