Skip to content

Commit

Permalink
docs: improve coverage details and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jul 27, 2024
1 parent bd47ed4 commit 32af576
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .nycrc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ☔️ Coverage

<a href="https://app.codecov.io/gh/wellwelwel/poku">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/wellwelwel/poku?logo=codecov">
</a>

## Specific cases and approaches don't generate coverage reports properly

### Different behaviors due to platform versions
Expand All @@ -25,7 +29,7 @@ The choice not to consider these topics in the coverage comes from the fact that

> Similarly, there are specific tests for **Bun** and **Deno** that don't generate coverage reports.
- In order to keep the minimum possible number of coverage instructions within the code, I have concentrated the cases of impossible coverage in individual files.
- In order to keep the minimum possible number of coverage instructions within the code, I have concentrated the cases of unfeasible coverage in individual files.

> [!NOTE]
>
Expand Down

0 comments on commit 32af576

Please sign in to comment.