Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Dec 2, 2023
1 parent 40defbc commit a7999ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- [V8](https://cenfun.github.io/monocart-coverage-reports/v8)
- [V8 Minify](https://cenfun.github.io/monocart-coverage-reports/v8-minify)
- [V8 to Istanbul](https://cenfun.github.io/monocart-coverage-reports/v8-to-istanbul)
- [Istanbul](https://cenfun.github.io/monocart-coverage-reports/instanbul)
- [Istanbul](https://cenfun.github.io/monocart-coverage-reports/istanbul)


## Usage
Expand All @@ -41,7 +41,7 @@ const results = await coverageReport.generate();
| | Istanbul | V8 | V8 to Istanbul |
| :--------------| :------ | :------ | :---------------------- |
| Input data format | Istanbul (Object) | V8 (Array) | V8 (Array) |
| Output | [Istanbul HTML report](https://cenfun.github.io/monocart-coverage-reports/instanbul) | [V8 HTML report](https://cenfun.github.io/monocart-coverage-reports/v8) | [Istanbul HTML report](https://cenfun.github.io/monocart-coverage-reports/v8-to-istanbul) |
| Output | [Istanbul HTML report](https://cenfun.github.io/monocart-coverage-reports/istanbul) | [V8 HTML report](https://cenfun.github.io/monocart-coverage-reports/v8) | [Istanbul HTML report](https://cenfun.github.io/monocart-coverage-reports/v8-to-istanbul) |
| Indicators | Covered Lines, Branches, Statements and Functions, Execution Counts | Covered Bytes, Lines❔, Execution Counts | Covered Lines, Branches❔, Statements and Functions, Execution Counts |
| Source code without [instrumentation](https://github.com/istanbuljs/babel-plugin-istanbul) ||||
| CSS coverage ||||
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Preview Reports</h2>
<li><a target="_blank" href="https://cenfun.github.io/monocart-coverage-reports/v8">V8</a></li>
<li><a target="_blank" href="https://cenfun.github.io/monocart-coverage-reports/v8-minify">V8 Minify</a></li>
<li><a target="_blank" href="https://cenfun.github.io/monocart-coverage-reports/v8-to-istanbul">V8 to Istanbul</a></li>
<li><a target="_blank" href="https://cenfun.github.io/monocart-coverage-reports/instanbul">Istanbul</a></li>
<li><a target="_blank" href="https://cenfun.github.io/monocart-coverage-reports/istanbul">Istanbul</a></li>
</ul>
<h2>Usage</h2>
<pre><code class="language-js">const CoverageReport = require(&#39;monocart-coverage-reports&#39;);
Expand Down Expand Up @@ -71,7 +71,7 @@ <h2>Compare Istanbul, V8 and V8 to Istanbul</h2>
</tr>
<tr>
<td align="left">Output</td>
<td align="left"><a target="_blank" href="https://cenfun.github.io/monocart-coverage-reports/instanbul">Istanbul HTML report</a></td>
<td align="left"><a target="_blank" href="https://cenfun.github.io/monocart-coverage-reports/istanbul">Istanbul HTML report</a></td>
<td align="left"><a target="_blank" href="https://cenfun.github.io/monocart-coverage-reports/v8">V8 HTML report</a></td>
<td align="left"><a target="_blank" href="https://cenfun.github.io/monocart-coverage-reports/v8-to-istanbul">Istanbul HTML report</a></td>
</tr>
Expand Down

0 comments on commit a7999ea

Please sign in to comment.