mirror of https://github.com/statping/statping
readme dev
parent
f979387ccc
commit
78580b8a04
6
Makefile
6
Makefile
|
@ -85,6 +85,12 @@ coverage:
|
|||
# generate documentation for Statup functions
|
||||
docs:
|
||||
godoc2md github.com/hunterlong/statup/core > dev/README.md
|
||||
godoc2md github.com/hunterlong/statup/cmd >> dev/README.md
|
||||
godoc2md github.com/hunterlong/statup/handlers >> dev/README.md
|
||||
godoc2md github.com/hunterlong/statup/notifiers >> dev/README.md
|
||||
godoc2md github.com/hunterlong/statup/source >> dev/README.md
|
||||
godoc2md github.com/hunterlong/statup/types >> dev/README.md
|
||||
godoc2md github.com/hunterlong/statup/utils >> dev/README.md
|
||||
gocov-html coverage.json > dev/COVERAGE.html
|
||||
revive -formatter stylish > dev/LINT.md
|
||||
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="doctitle">Coverage Report</div>
|
||||
<div id="about">Generated on 06 Oct 18 02:46 -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:00 -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>
|
||||
|
|
Loading…
Reference in New Issue