add NotIn and more tests for tag #665

Merged
lunny merged 1 commits from lunny/add_more_tag_tests into master 2017-07-27 09:48:19 +00:00
Owner
No description provided.
codecov-io commented 2017-07-27 09:43:46 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #665 into master will increase coverage by 0.24%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #665      +/-   ##
==========================================
+ Coverage   48.62%   48.86%   +0.24%     
==========================================
  Files          34       34              
  Lines        8310     8314       +4     
==========================================
+ Hits         4041     4063      +22     
+ Misses       3786     3771      -15     
+ Partials      483      480       -3
Impacted Files Coverage Δ
engine.go 54.29% <100%> (+0.17%) ⬆️
xorm.go 67.14% <0%> (ø) ⬆️
statement.go 62.14% <0%> (+0.46%) ⬆️
helpers.go 52.38% <0%> (+0.56%) ⬆️
tag.go 74.68% <0%> (+5.69%) ⬆️
session_cond.go 92.59% <0%> (+11.11%) ⬆️

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 60c6346...b4bc95d. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/665?src=pr&el=h1) Report > Merging [#665](https://codecov.io/gh/go-xorm/xorm/pull/665?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/60c6346a778c571b91c769c420c331665ebf6ef7?src=pr&el=desc) will **increase** coverage by `0.24%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/665/graphs/tree.svg?token=yB5nO1krEe&src=pr&width=650&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/665?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #665 +/- ## ========================================== + Coverage 48.62% 48.86% +0.24% ========================================== Files 34 34 Lines 8310 8314 +4 ========================================== + Hits 4041 4063 +22 + Misses 3786 3771 -15 + Partials 483 480 -3 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/665?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/665?src=pr&el=tree#diff-ZW5naW5lLmdv) | `54.29% <100%> (+0.17%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/665?src=pr&el=tree#diff-eG9ybS5nbw==) | `67.14% <0%> (ø)` | :arrow_up: | | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/665?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `62.14% <0%> (+0.46%)` | :arrow_up: | | [helpers.go](https://codecov.io/gh/go-xorm/xorm/pull/665?src=pr&el=tree#diff-aGVscGVycy5nbw==) | `52.38% <0%> (+0.56%)` | :arrow_up: | | [tag.go](https://codecov.io/gh/go-xorm/xorm/pull/665?src=pr&el=tree#diff-dGFnLmdv) | `74.68% <0%> (+5.69%)` | :arrow_up: | | [session\_cond.go](https://codecov.io/gh/go-xorm/xorm/pull/665?src=pr&el=tree#diff-c2Vzc2lvbl9jb25kLmdv) | `92.59% <0%> (+11.11%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/665?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/665?src=pr&el=footer). Last update [60c6346...b4bc95d](https://codecov.io/gh/go-xorm/xorm/pull/665?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.