diff --git a/README.md b/README.md index f0d56b19..385056de 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,9 @@ For more information, see [Command Line](#command-line) - `codecov` - coverage data for [Codecov](https://docs.codecov.com/docs/codecov-custom-coverage-format), see [example](https://app.codecov.io/github/cenfun/monocart-coverage-reports) +- `codacy` + - coverage data for [Codacy](https://api.codacy.com/swagger#tocscoveragereport) API + - `console-summary` shows coverage summary in the console ![](./assets/console-summary.png) diff --git a/README.zh-Hans.md b/README.zh-Hans.md index 99f12d5b..58e1af1d 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -142,6 +142,9 @@ mcr node my-app.js -r v8,console-details - `codecov` - 专属支持[Codecov](https://docs.codecov.com/docs/codecov-custom-coverage-format)的报告, see [example](https://app.codecov.io/github/cenfun/monocart-coverage-reports) +- `codacy` + - 专属支持[Codacy](https://api.codacy.com/swagger#tocscoveragereport) API的报告 + - `console-summary` 在控制台显示覆盖率概要 ![](./assets/console-summary.png)