readme dev

pull/78/head
Hunter Long 2018-10-06 03:07:34 -07:00
parent 78580b8a04
commit 1d3b39e866
4 changed files with 1210 additions and 137 deletions

View File

@ -33,7 +33,6 @@ env:
- STATUP_DIR=$GOPATH/src/github.com/hunterlong/statup
before_deploy:
- mv $GOPATH/src/github.com/hunterlong/statup/statuper $GOPATH/src/github.com/hunterlong/statup/build/statuper
- git config --local user.name "hunterlong"
- git config --local user.email "info@socialeck.com"
- make tag

View File

@ -208,8 +208,8 @@ dev-deps:
$(GOGET) github.com/GeertJohan/go.rice
$(GOGET) github.com/GeertJohan/go.rice/rice
$(GOINSTALL) github.com/GeertJohan/go.rice/rice
$(GOCMD) get github.com/davecheney/godoc2md
$(GOCMD) install github.com/davecheney/godoc2md
$(GOCMD) get github.com/frioux/godoc2md
$(GOCMD) install github.com/frioux/godoc2md
$(GOCMD) get github.com/axw/gocov/gocov
$(GOCMD) get gopkg.in/matm/v1/gocov-html
$(GOCMD) install gopkg.in/matm/v1/gocov-html

View File

@ -128,7 +128,7 @@
</head>
<body>
<div id="doctitle">Coverage Report</div>
<div id="about">Generated on 06 Oct 18 03:00 -0700 with <a href="https://github.com/matm/gocov-html">gocov-html</a></div><div class="funcname">Report Overview</div><table class="overview">
<div id="about">Generated on 06 Oct 18 03:05 -0700 with <a href="https://github.com/matm/gocov-html">gocov-html</a></div><div class="funcname">Report Overview</div><table class="overview">
<tr id="s_pkg_github.com/hunterlong/statup/cmd"><td><code><a href="#pkg_github.com/hunterlong/statup/cmd">github.com/hunterlong/statup/cmd</a></code></td><td class="percent"><code>31.37%</code></td><td class="linecount"><code>48/153</code></td></tr>
<tr id="s_pkg_github.com/hunterlong/statup/core"><td><code><a href="#pkg_github.com/hunterlong/statup/core">github.com/hunterlong/statup/core</a></code></td><td class="percent"><code>53.01%</code></td><td class="linecount"><code>485/915</code></td></tr>
<tr id="s_pkg_github.com/hunterlong/statup/core/notifier"><td><code><a href="#pkg_github.com/hunterlong/statup/core/notifier">github.com/hunterlong/statup/core/notifier</a></code></td><td class="percent"><code>72.73%</code></td><td class="linecount"><code>152/209</code></td></tr>

File diff suppressed because it is too large Load Diff