Skip to content

Commit

Permalink
Automated documentation update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent f5a13aa commit 9fd9871
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/gocover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ runs Go unit tests with coverages, updating the README.md with a coverage badge.
|-----|-----|-----|-----|
| root | runs unit tests additionally as root | boolean | false |
| html | generates coverage.html | boolean | false |
| count | runs tests count times | string | 1 |
| num-programs | if set, the number of test programs that can be run in parallel | string | - |
| race | run tests with race detector enabled | boolean | true |
| count | runs tests count times (-count) | string | 1 |
| num-programs | if set, the number of test programs that can be run in parallel (-p) | string | - |
| race | run tests with race detector enabled (-race) | boolean | true |
| verbose | run tests with -v | boolean | true |
| tags | comma-separated list of additional build tags (-tags) | string | - |
| uncovered-packages | space separated optional list of package patterns to exclude from coverage analysis | string | - |
| green | percentage number for the badge to become green | string | 80 |
| yellow | percentage number for the badge to become yellow | string | 50 |

Expand Down

0 comments on commit 9fd9871

Please sign in to comment.