Add tests for afterinsert #755

Merged
lunny merged 2 commits from lunny/test_afterinsert into master 2017-10-24 08:44:00 +00:00
Owner
No description provided.
codecov-io commented 2017-10-24 07:16:14 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #755      +/-   ##
=========================================
- Coverage   51.31%   51.3%   -0.02%     
=========================================
  Files          38      38              
  Lines        8526    8526              
=========================================
- Hits         4375    4374       -1     
  Misses       3669    3669              
- Partials      482     483       +1
Impacted Files Coverage Δ
xorm.go 66.19% <0%> (-1.41%) ⬇️

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 fbf62a9...da69365. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/755?src=pr&el=h1) Report > Merging [#755](https://codecov.io/gh/go-xorm/xorm/pull/755?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/fbf62a97115a8749e97ed8bbd4c5ff088e7025fd?src=pr&el=desc) will **decrease** coverage by `0.01%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/755/graphs/tree.svg?token=yB5nO1krEe&height=150&src=pr&width=650)](https://codecov.io/gh/go-xorm/xorm/pull/755?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #755 +/- ## ========================================= - Coverage 51.31% 51.3% -0.02% ========================================= Files 38 38 Lines 8526 8526 ========================================= - Hits 4375 4374 -1 Misses 3669 3669 - Partials 482 483 +1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/755?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/755?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.19% <0%> (-1.41%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/755?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/755?src=pr&el=footer). Last update [fbf62a9...da69365](https://codecov.io/gh/go-xorm/xorm/pull/755?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.