Add nyc code coverage tool integration
Review Request #10195 — Created Oct. 4, 2018 and updated — Latest diff uploaded
Integration with ReviewBot has been added for the
nyc
code coverage
tool.This tool can be configured to run on most JavaScript setups by
providing a list of install steps and test command in the integration
configuration.It utilizes the 'json-summary' backend to provide basic per-file
thresholds and opens issues on files that do not meet these thresholds.Documentation has been added for this tool.
Tool has been tested with a basic JavaScript test repository with
multiple thresholds, usingnpm
andjasmine-node
. Other frameworks
have had basic testing done.
Diff Revision 9
This is not the most recent revision of the diff. The latest diff is revision 11. See what's changed.
README.rst |
---|
bot/README.rst |
---|
bot/setup.py |
---|
bot/reviewbot/tools/nyc.py |
---|
docs/reviewbot/tools/index.rst |
---|
docs/reviewbot/tools/nyc.rst |
---|