refactor for sum methods #663

Merged
lunny merged 1 commits from lunny/refactor_sums into master 2017-07-27 06:13:26 +00:00
Owner
No description provided.
codecov-io commented 2017-07-27 06:13:45 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #663 into master will increase coverage by 0.17%.
The diff coverage is 51.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #663      +/-   ##
==========================================
+ Coverage   48.29%   48.47%   +0.17%     
==========================================
  Files          34       34              
  Lines        8376     8310      -66     
==========================================
- Hits         4045     4028      -17     
+ Misses       3844     3799      -45     
+ Partials      487      483       -4
Impacted Files Coverage Δ
session_stats.go 63.29% <51.85%> (+17.08%) ⬆️
xorm.go 67.14% <0%> (ø) ⬆️

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 f1aebd5...5d6c181. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/663?src=pr&el=h1) Report > Merging [#663](https://codecov.io/gh/go-xorm/xorm/pull/663?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/f1aebd572996d140ae952c56b622d41ba960eee3?src=pr&el=desc) will **increase** coverage by `0.17%`. > The diff coverage is `51.85%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/663/graphs/tree.svg?token=yB5nO1krEe&width=650&src=pr&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/663?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #663 +/- ## ========================================== + Coverage 48.29% 48.47% +0.17% ========================================== Files 34 34 Lines 8376 8310 -66 ========================================== - Hits 4045 4028 -17 + Misses 3844 3799 -45 + Partials 487 483 -4 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/663?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_stats.go](https://codecov.io/gh/go-xorm/xorm/pull/663?src=pr&el=tree#diff-c2Vzc2lvbl9zdGF0cy5nbw==) | `63.29% <51.85%> (+17.08%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/663?src=pr&el=tree#diff-eG9ybS5nbw==) | `67.14% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/663?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/663?src=pr&el=footer). Last update [f1aebd5...5d6c181](https://codecov.io/gh/go-xorm/xorm/pull/663?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.