Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfacorro/cover_result
Display cover results in the command-line (rebar3 plugin)
https://github.com/jfacorro/cover_result
Last synced: 20 days ago
JSON representation
Display cover results in the command-line (rebar3 plugin)
- Host: GitHub
- URL: https://github.com/jfacorro/cover_result
- Owner: jfacorro
- License: other
- Created: 2017-03-26T06:56:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T13:14:34.000Z (almost 8 years ago)
- Last Synced: 2024-11-18T09:42:06.266Z (3 months ago)
- Language: Erlang
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cover_result
=====Display cover result in the command-line
Build
-----$ rebar3 compile
Use
---Add the plugin to your rebar config:
{plugins, [{cover_result, ".*", {git, "https://github.com/jfacorro/cover_result", {tag, "0.1.0"}}}]}.
Then just call your plugin directly in an existing application:
$ rebar3 do ct, cover, cover_result
===> Fetching cover_result
===> Compiling cover_result
==== Code Coverage ====[% 100] module_name1
[% 99] module_name2=======================