Skip to content

Commit

Permalink
doc: Update document. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 25, 2023
1 parent ba8390c commit 54f5823
Show file tree
Hide file tree
Showing 2 changed files with 28,290 additions and 1,591 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ You can add `![Coverage](./coverage/badges.svg)` to your README.md after the bad
- `output` - Output image path.
- `label` - The left label of the badge, usually static (default `coverage`).
- `style` - Badges style: `flat`, `classic` (default `classic`).
- `type` - Coverage report type: `lines`, `statements`, `functions`, `branches` (default `statements`)
- ~~`type`~~ - (No longer supported after v1.2.0) Coverage report type: `lines`, `statements`, `functions`, `branches` (default `statements`)
- `jsonPath` - Path to the coverage percentage number to be used in the badge
- `icon` - Path to icon file

```yml
Expand Down
Loading

0 comments on commit 54f5823

Please sign in to comment.