Add a missing dot #767

Merged
mingrammer merged 1 commits from fix-readme into master 2017-11-01 00:41:21 +00:00
mingrammer commented 2017-10-31 12:31:23 +00:00 (Migrated from github.com)

There was a missing dot on sample code

There was a missing dot on sample code
codecov-io commented 2017-10-31 12:48:04 +00:00 (Migrated from github.com)

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #767      +/-   ##
==========================================
+ Coverage   51.32%   51.38%   +0.06%     
==========================================
  Files          39       38       -1     
  Lines        8557     8547      -10     
==========================================
  Hits         4392     4392              
+ Misses       3680     3670      -10     
  Partials      485      485
Impacted Files Coverage Δ
context.go

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 23049ff...547ed3c. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/767?src=pr&el=h1) Report > Merging [#767](https://codecov.io/gh/go-xorm/xorm/pull/767?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/23049ffafa84d86ef99bb1c2deadfb1786b6387b?src=pr&el=desc) will **increase** coverage by `0.06%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/767/graphs/tree.svg?src=pr&token=yB5nO1krEe&width=650&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/767?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #767 +/- ## ========================================== + Coverage 51.32% 51.38% +0.06% ========================================== Files 39 38 -1 Lines 8557 8547 -10 ========================================== Hits 4392 4392 + Misses 3680 3670 -10 Partials 485 485 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/767?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [context.go](https://codecov.io/gh/go-xorm/xorm/pull/767?src=pr&el=tree#diff-Y29udGV4dC5nbw==) | | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/767?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/767?src=pr&el=footer). Last update [23049ff...547ed3c](https://codecov.io/gh/go-xorm/xorm/pull/767?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
lunny referenced this issue from a commit 2019-10-21 05:47:00 +00:00
Sign in to join this conversation.
No description provided.