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 aa413fa commit f764178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [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/istanbul)

- [Integration with Monocart Reporter](https://cenfun.github.io/monocart-reporter/) - Playwright test report

## Usage
```js
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h2>Preview Reports</h2>
<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/istanbul">Istanbul</a></li>
<li><a target="_blank" href="https://cenfun.github.io/monocart-reporter/">Integration with Monocart Reporter</a> - Playwright test report</li>
</ul>
<h2>Usage</h2>
<pre><code class="language-js">const CoverageReport = require(&#39;monocart-coverage-reports&#39;);
Expand Down

0 comments on commit f764178

Please sign in to comment.