add more tests #602

Merged
lunny merged 1 commits from lunny/add_more_tests into master 2017-05-31 09:19:41 +00:00
Owner
No description provided.
codecov-io commented 2017-05-31 09:02:56 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #602 into master will increase coverage by 0.2%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #602     +/-   ##
=========================================
+ Coverage   49.45%   49.66%   +0.2%     
=========================================
  Files          30       30             
  Lines        6925     6925             
=========================================
+ Hits         3425     3439     +14     
+ Misses       3039     3025     -14     
  Partials      461      461
Impacted Files Coverage Δ
xorm.go 67.27% <0%> (ø) ⬆️
session.go 51.01% <0%> (+0.6%) ⬆️
engine.go 55.91% <0%> (+0.89%) ⬆️
session_cols.go 91.66% <0%> (+8.33%) ⬆️

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 244841c...090c326. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/602?src=pr&el=h1) Report > Merging [#602](https://codecov.io/gh/go-xorm/xorm/pull/602?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/244841c035c4b371198233b0b1df02c3c8f56fd3?src=pr&el=desc) will **increase** coverage by `0.2%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/602/graphs/tree.svg?src=pr&token=yB5nO1krEe&width=650&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/602?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #602 +/- ## ========================================= + Coverage 49.45% 49.66% +0.2% ========================================= Files 30 30 Lines 6925 6925 ========================================= + Hits 3425 3439 +14 + Misses 3039 3025 -14 Partials 461 461 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/602?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/602?src=pr&el=tree#diff-eG9ybS5nbw==) | `67.27% <0%> (ø)` | :arrow_up: | | [session.go](https://codecov.io/gh/go-xorm/xorm/pull/602?src=pr&el=tree#diff-c2Vzc2lvbi5nbw==) | `51.01% <0%> (+0.6%)` | :arrow_up: | | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/602?src=pr&el=tree#diff-ZW5naW5lLmdv) | `55.91% <0%> (+0.89%)` | :arrow_up: | | [session\_cols.go](https://codecov.io/gh/go-xorm/xorm/pull/602?src=pr&el=tree#diff-c2Vzc2lvbl9jb2xzLmdv) | `91.66% <0%> (+8.33%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/602?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/602?src=pr&el=footer). Last update [244841c...090c326](https://codecov.io/gh/go-xorm/xorm/pull/602?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
lunny referenced this issue from a commit 2020-01-19 09:34:09 +00:00
Sign in to join this conversation.
No description provided.