Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit c19ca70

Browse files
committed
Archive simplecov-html in favor of the main SimpleCov repo
1 parent 8f2d584 commit c19ca70

1 file changed

Lines changed: 2 additions & 38 deletions

File tree

README.md

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,5 @@
11
Default HTML formatter for SimpleCov
22
====================================
33

4-
***Note: To learn more about SimpleCov, check out the main repo at https://github.com/simplecov-ruby/simplecov***
5-
6-
Generates an HTML report of your SimpleCov Ruby code coverage results with interactive sorting, filtering, and syntax-highlighted source views.
7-
8-
Setup
9-
-----
10-
11-
```bash
12-
bin/setup
13-
```
14-
15-
This installs both Ruby and Node dependencies. Node dependencies (esbuild, TypeScript, highlight.js) are only needed for development.
16-
17-
Development
18-
-----------
19-
20-
Run the test suite:
21-
22-
```bash
23-
bundle exec rake
24-
```
25-
26-
If you modify the TypeScript or CSS assets, recompile them:
27-
28-
```bash
29-
bundle exec rake assets:compile
30-
```
31-
32-
Type-check the TypeScript:
33-
34-
```bash
35-
bun run typecheck
36-
```
37-
38-
Copyright
39-
---------
40-
41-
Copyright (c) 2010-2026 Christoph Olszowka and Erik Berlin. See LICENSE for details.
4+
> [!IMPORTANT]
5+
> This repository is archived. `simplecov-html` is no longer a standalone gem; it has been merged into the main SimpleCov repository at https://github.com/simplecov-ruby/simplecov. Please report bugs, submit patches, and suggest improvements there.

0 commit comments

Comments
 (0)