Add context support #46

Merged
lunny merged 4 commits from lunny/add_context into master 2019-01-17 06:40:12 +00:00
Owner

Author: @lunny

Author: @lunny
Author
Owner

Author: @codecov-io

Codecov Report

No coverage uploaded for pull request base (master@6bc9412). Click here to learn what that means.
The diff coverage is 7.54%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #46   +/-   ##
=========================================
  Coverage          ?   18.01%           
=========================================
  Files             ?       15           
  Lines             ?     1027           
  Branches          ?        0           
=========================================
  Hits              ?      185           
  Misses            ?      825           
  Partials          ?       17
Impacted Files Coverage Δ
driver.go 0% <ø> (ø)
index.go 0% <ø> (ø)
cache.go 0% <ø> (ø)
column.go 0% <ø> (ø)
mapper.go 60.39% <ø> (ø)
pk.go 100% <ø> (ø)
dialect.go 0% <ø> (ø)
filter.go 0% <ø> (ø)
type.go 0% <ø> (ø)
table.go 35.71% <ø> (ø)
... and 5 more

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 6bc9412...3ba031f. Read the comment docs.

Author: @codecov-io # [Codecov](https://codecov.io/gh/go-xorm/core/pull/46?src=pr&el=h1) Report > :exclamation: No coverage uploaded for pull request base (`master@6bc9412`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference#section-missing-base-commit). > The diff coverage is `7.54%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/core/pull/46/graphs/tree.svg?width=650&token=GeHB6Jm17T&height=150&src=pr)](https://codecov.io/gh/go-xorm/core/pull/46?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #46 +/- ## ========================================= Coverage ? 18.01% ========================================= Files ? 15 Lines ? 1027 Branches ? 0 ========================================= Hits ? 185 Misses ? 825 Partials ? 17 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/core/pull/46?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [driver.go](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree#diff-ZHJpdmVyLmdv) | `0% <ø> (ø)` | | | [index.go](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree#diff-aW5kZXguZ28=) | `0% <ø> (ø)` | | | [cache.go](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree#diff-Y2FjaGUuZ28=) | `0% <ø> (ø)` | | | [column.go](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree#diff-Y29sdW1uLmdv) | `0% <ø> (ø)` | | | [mapper.go](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree#diff-bWFwcGVyLmdv) | `60.39% <ø> (ø)` | | | [pk.go](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree#diff-cGsuZ28=) | `100% <ø> (ø)` | | | [dialect.go](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree#diff-ZGlhbGVjdC5nbw==) | `0% <ø> (ø)` | | | [filter.go](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree#diff-ZmlsdGVyLmdv) | `0% <ø> (ø)` | | | [type.go](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree#diff-dHlwZS5nbw==) | `0% <ø> (ø)` | | | [table.go](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree#diff-dGFibGUuZ28=) | `35.71% <ø> (ø)` | | | ... and [5 more](https://codecov.io/gh/go-xorm/core/pull/46/diff?src=pr&el=tree-more) | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/core/pull/46?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/core/pull/46?src=pr&el=footer). Last update [6bc9412...3ba031f](https://codecov.io/gh/go-xorm/core/pull/46?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/core#46
No description provided.