fix bug and catch more tests #613

Merged
lunny merged 1 commits from lunny/fix_id_bug into master 2017-06-08 11:38:53 +00:00
Owner
No description provided.
codecov-io commented 2017-06-08 11:34:31 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #613 into master will decrease coverage by 0.12%.
The diff coverage is 57.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #613      +/-   ##
==========================================
- Coverage   49.87%   49.75%   -0.13%     
==========================================
  Files          32       32              
  Lines        6941     6988      +47     
==========================================
+ Hits         3462     3477      +15     
- Misses       3019     3040      +21     
- Partials      460      471      +11
Impacted Files Coverage Δ
session.go 50.2% <0%> (ø) ⬆️
session_get.go 39.83% <100%> (+1.5%) ⬆️
session_delete.go 36.77% <33.33%> (-0.49%) ⬇️
session_update.go 48.98% <35.71%> (-1.44%) ⬇️
rows.go 41.97% <40%> (-1.07%) ⬇️
session_find.go 58.57% <50%> (-0.39%) ⬇️
session_sum.go 60.63% <50%> (-5.65%) ⬇️
statement.go 61.16% <70%> (-0.22%) ⬇️

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 7a9bf19...63143ac. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=h1) Report > Merging [#613](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/7a9bf19c659a6ef1ec3e8c0891d8644bf666dc59?src=pr&el=desc) will **decrease** coverage by `0.12%`. > The diff coverage is `57.47%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/613/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #613 +/- ## ========================================== - Coverage 49.87% 49.75% -0.13% ========================================== Files 32 32 Lines 6941 6988 +47 ========================================== + Hits 3462 3477 +15 - Misses 3019 3040 +21 - Partials 460 471 +11 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session.go](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=tree#diff-c2Vzc2lvbi5nbw==) | `50.2% <0%> (ø)` | :arrow_up: | | [session\_get.go](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=tree#diff-c2Vzc2lvbl9nZXQuZ28=) | `39.83% <100%> (+1.5%)` | :arrow_up: | | [session\_delete.go](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=tree#diff-c2Vzc2lvbl9kZWxldGUuZ28=) | `36.77% <33.33%> (-0.49%)` | :arrow_down: | | [session\_update.go](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=tree#diff-c2Vzc2lvbl91cGRhdGUuZ28=) | `48.98% <35.71%> (-1.44%)` | :arrow_down: | | [rows.go](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=tree#diff-cm93cy5nbw==) | `41.97% <40%> (-1.07%)` | :arrow_down: | | [session\_find.go](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=tree#diff-c2Vzc2lvbl9maW5kLmdv) | `58.57% <50%> (-0.39%)` | :arrow_down: | | [session\_sum.go](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=tree#diff-c2Vzc2lvbl9zdW0uZ28=) | `60.63% <50%> (-5.65%)` | :arrow_down: | | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/613?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `61.16% <70%> (-0.22%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/613?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/613?src=pr&el=footer). Last update [7a9bf19...63143ac](https://codecov.io/gh/go-xorm/xorm/pull/613?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.