Skip to content

Commit

Permalink
document c8 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
handeyeco committed Oct 1, 2024
1 parent 11dc1f2 commit b0b3679
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ Perseus is a monorepo - a single repository that ships multiple npm packages. Ge
3. ☢️ If the CI/CD checks aren’t running, you might need to close and reopen the PR
4. After the release script runs, you should see the new releases on the [release page](https://github.com/Khan/perseus/releases)

## Random notes

- We use `v8` to track Jest coverage. There's some old legacy code that we don't want coverage for, so we ignore that with `c8 ignore`. It might look like `c8` isn't be used, but it's used by `v8`.

## License

[MIT License](http://opensource.org/licenses/MIT)

0 comments on commit b0b3679

Please sign in to comment.