fetch-coverage
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "fetch-coverage", | ||
"version": "1.0.0", | ||
"description": "Fetch the coverage % from an open-source node repository, using a variety of common coverage services.", | ||
"version": "1.0.1", | ||
"description": "Fetch the coverage % from an open-source repository, using a variety of common coverage services.", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -17,5 +17,5 @@ # fetch-coverage | ||
Fetch the coverage % from an open-source node repository, using a variety of common coverage services. | ||
Fetch the coverage % from an open-source repository, using a variety of common coverage services. | ||
Currently supports GitHub, Bitbucket and Gitlab repositories and checks against [Coveralls](https://coveralls.io/), [Code Climate](https://codeclimate.com/), [Scrutinizer](https://scrutinizer-ci.com/) and [Codecov](https://codecov.io/). | ||
Currently supports GitHub, Bitbucket and GitLab repositories and checks against [Coveralls](https://coveralls.io/), [Code Climate](https://codeclimate.com/), [Scrutinizer](https://scrutinizer-ci.com/) and [Codecov](https://codecov.io/). | ||
@@ -22,0 +22,0 @@ |
25683