@seantrane/nyc-config-typescript-70
v2.0.0
Published
An extendable istanbuljs/nyc configuration for TypeScript, requiring 70% code coverage
Downloads
1
Readme
@seantrane/nyc-config-typescript-70
An extendable istanbuljs/nyc configuration for TypeScript, requiring 70% code coverage.
Table of Contents
About the Package
This package is an extendable nyc
configuration for TypeScript codebases. The configuration requires at least 70% code coverage, with watermarks at 65% and 75%.
Learn more about nyc
configuration.
Install
npm install -D @seantrane/nyc-config-typescript-70
Usage
Use the "extends": "@seantrane/nyc-config-typescript-70"
property in your nyc
config, then add any additional configuration as required.
Using package.json
file:
{
"nyc": {
"extends": "@seantrane/nyc-config-typescript-70"
}
}
Using .nycrc
file:
{
"extends": "@seantrane/nyc-config-typescript-70"
}
Support
Submit an issue, in which you should provide as much detail as necessary for your issue.
Contributing
Contributions are always appreciated. Read CONTRIBUTING.md documentation to learn more.
Changelog
Release details are documented in the CHANGELOG.md file, and on the GitHub Releases page.
License
Copyright (c) 2018 Sean Trane Sciarrone