Add tests for tidb #1207

Merged
lunny merged 2 commits from lunny/test_tidb into master 2019-02-01 03:31:52 +00:00
Owner
No description provided.
codecov-io commented 2019-02-01 03:31:16 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #1207 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1207      +/-   ##
==========================================
- Coverage   57.41%   57.38%   -0.03%     
==========================================
  Files          43       43              
  Lines        7793     7793              
==========================================
- Hits         4474     4472       -2     
  Misses       2769     2769              
- Partials      550      552       +2
Impacted Files Coverage Δ
xorm.go 66.66% <0%> (-3.04%) ⬇️

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 52b85c2...bbf9df9. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1207?src=pr&el=h1) Report > Merging [#1207](https://codecov.io/gh/go-xorm/xorm/pull/1207?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/52b85c2f7e37e81bb831c9e07810e684e5b13499?src=pr&el=desc) will **decrease** coverage by `0.02%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/1207/graphs/tree.svg?width=650&token=yB5nO1krEe&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/1207?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #1207 +/- ## ========================================== - Coverage 57.41% 57.38% -0.03% ========================================== Files 43 43 Lines 7793 7793 ========================================== - Hits 4474 4472 -2 Misses 2769 2769 - Partials 550 552 +2 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/1207?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/1207/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.66% <0%> (-3.04%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1207?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/1207?src=pr&el=footer). Last update [52b85c2...bbf9df9](https://codecov.io/gh/go-xorm/xorm/pull/1207?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.