Skip to content

Commit

Permalink
readme dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Oct 6, 2018
1 parent f979387 commit 78580b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dev/COVERAGE.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 78580b8

Please sign in to comment.