more tests #601

Merged
lunny merged 1 commits from lunny/add_tests into master 2017-05-31 08:45:16 +00:00
Owner
No description provided.
codecov-io commented 2017-05-31 08:44:43 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #601      +/-   ##
==========================================
+ Coverage   48.12%   49.45%   +1.32%     
==========================================
  Files          30       30              
  Lines        6925     6925              
==========================================
+ Hits         3333     3425      +92     
+ Misses       3126     3039      -87     
+ Partials      466      461       -5
Impacted Files Coverage Δ
xorm.go 67.27% <0%> (ø) ⬆️
session_insert.go 56.34% <0%> (+0.29%) ⬆️
session_convert.go 22.13% <0%> (+0.4%) ⬆️
dialect_postgres.go 66.9% <0%> (+1.05%) ⬆️
engine.go 55.02% <0%> (+1.33%) ⬆️
helpers.go 55.26% <0%> (+1.91%) ⬆️
statement.go 61.37% <0%> (+4.22%) ⬆️
session_update.go 52.4% <0%> (+7.42%) ⬆️
session_cols.go 83.33% <0%> (+33.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 0cc29f1...09cacf5. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=h1) Report > Merging [#601](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/0cc29f16ae4daf2c1f370ec3f5b3f89faf3c2146?src=pr&el=desc) will **increase** coverage by `1.32%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/601/graphs/tree.svg?token=yB5nO1krEe&width=650&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #601 +/- ## ========================================== + Coverage 48.12% 49.45% +1.32% ========================================== Files 30 30 Lines 6925 6925 ========================================== + Hits 3333 3425 +92 + Misses 3126 3039 -87 + Partials 466 461 -5 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree#diff-eG9ybS5nbw==) | `67.27% <0%> (ø)` | :arrow_up: | | [session\_insert.go](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree#diff-c2Vzc2lvbl9pbnNlcnQuZ28=) | `56.34% <0%> (+0.29%)` | :arrow_up: | | [session\_convert.go](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree#diff-c2Vzc2lvbl9jb252ZXJ0Lmdv) | `22.13% <0%> (+0.4%)` | :arrow_up: | | [dialect\_postgres.go](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree#diff-ZGlhbGVjdF9wb3N0Z3Jlcy5nbw==) | `66.9% <0%> (+1.05%)` | :arrow_up: | | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree#diff-ZW5naW5lLmdv) | `55.02% <0%> (+1.33%)` | :arrow_up: | | [helpers.go](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree#diff-aGVscGVycy5nbw==) | `55.26% <0%> (+1.91%)` | :arrow_up: | | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `61.37% <0%> (+4.22%)` | :arrow_up: | | [session\_update.go](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree#diff-c2Vzc2lvbl91cGRhdGUuZ28=) | `52.4% <0%> (+7.42%)` | :arrow_up: | | [session\_cols.go](https://codecov.io/gh/go-xorm/xorm/pull/601?src=pr&el=tree#diff-c2Vzc2lvbl9jb2xzLmdv) | `83.33% <0%> (+33.33%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/601?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/601?src=pr&el=footer). Last update [0cc29f1...09cacf5](https://codecov.io/gh/go-xorm/xorm/pull/601?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.