lcov-total
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,11 +0,13 @@ | ||
## <small>1.0.2 (2020-06-15)</small> | ||
## <small>1.0.3 (2020-06-15)</small> | ||
* feat: moved to .map and added vscode debugger ([6721c89](https://github.com/Kirkhammetz/lcov-total/commit/6721c89)) | ||
* feat: parse lcov.info get total ([3d0d682](https://github.com/Kirkhammetz/lcov-total/commit/3d0d682)) | ||
* feat: parse lcov.info get total ([df3139f](https://github.com/Kirkhammetz/lcov-total/commit/df3139f)) | ||
* ci: fix ([83f9ffa](https://github.com/Kirkhammetz/lcov-total/commit/83f9ffa)) | ||
* docs: added new flag in doc ([9cac0f3](https://github.com/Kirkhammetz/lcov-total/commit/9cac0f3)) | ||
* docs(license): fixed license ([95b0531](https://github.com/Kirkhammetz/lcov-total/commit/95b0531)) | ||
* chore(release): 1.0.2 ([784dccc](https://github.com/Kirkhammetz/lcov-total/commit/784dccc)) | ||
* feat(cli): gte flag ([1d9de02](https://github.com/Kirkhammetz/lcov-total/commit/1d9de02)), closes [#5](https://github.com/Kirkhammetz/lcov-total/issues/5) | ||
* docs: added acknowledgements ([3c1c0bb](https://github.com/Kirkhammetz/lcov-total/commit/3c1c0bb)) | ||
* docs: added basic readme ([2923237](https://github.com/Kirkhammetz/lcov-total/commit/2923237)) | ||
* docs: fixed links ([b9fb668](https://github.com/Kirkhammetz/lcov-total/commit/b9fb668)) | ||
* docs(license): fixed license ([95b0531](https://github.com/Kirkhammetz/lcov-total/commit/95b0531)) | ||
## <small>1.0.1 (2020-06-13)</small> | ||
* chore: bench ([e3dea10](https://github.com/Kirkhammetz/lcov-total/commit/e3dea10)) | ||
@@ -17,8 +19,19 @@ * chore(release): 1.0.1 ([a7f6552](https://github.com/Kirkhammetz/lcov-total/commit/a7f6552)) | ||
* ci(tests): run suite on ci ([eec5975](https://github.com/Kirkhammetz/lcov-total/commit/eec5975)) | ||
* feat: moved to .map and added vscode debugger ([6721c89](https://github.com/Kirkhammetz/lcov-total/commit/6721c89)) | ||
* docs: added acknowledgements ([3c1c0bb](https://github.com/Kirkhammetz/lcov-total/commit/3c1c0bb)) | ||
* docs: added basic readme ([2923237](https://github.com/Kirkhammetz/lcov-total/commit/2923237)) | ||
* docs: fixed links ([b9fb668](https://github.com/Kirkhammetz/lcov-total/commit/b9fb668)) | ||
* test(ava): fixed conf file ([6c8434b](https://github.com/Kirkhammetz/lcov-total/commit/6c8434b)), closes [#4](https://github.com/Kirkhammetz/lcov-total/issues/4) | ||
* v1.0.0-2 ([26c2bd5](https://github.com/Kirkhammetz/lcov-total/commit/26c2bd5)), closes [#1](https://github.com/Kirkhammetz/lcov-total/issues/1) | ||
## 1.0.0-1 (2020-06-03) | ||
* Initial commit ([d6613f4](https://github.com/Kirkhammetz/lcov-total/commit/d6613f4)) | ||
* v1.0.0-1 ([4bcf13d](https://github.com/Kirkhammetz/lcov-total/commit/4bcf13d)) | ||
* v1.0.0-2 ([26c2bd5](https://github.com/Kirkhammetz/lcov-total/commit/26c2bd5)), closes [#1](https://github.com/Kirkhammetz/lcov-total/issues/1) | ||
* feat: parse lcov.info get total ([3d0d682](https://github.com/Kirkhammetz/lcov-total/commit/3d0d682)) | ||
* feat: parse lcov.info get total ([df3139f](https://github.com/Kirkhammetz/lcov-total/commit/df3139f)) | ||
{ | ||
"name": "lcov-total", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Parsing lcov.info and returning total of the summary intended to use inside CI to exit if threshold not reach", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -62,2 +62,10 @@ # lcov-average | ||
If you pass the `--gte=value` flag you will get an exitCode 0 or 1 based on resulting `coverage >= value` expression, eg: | ||
```sh | ||
npx lcov-total lcov.info --gte=90 | ||
echo $? | ||
# 0 | ||
``` | ||
Or programmatically | ||
@@ -64,0 +72,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26723
108