Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Feb 8, 2024
1 parent d5e6e7d commit 4a2ef03
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,17 @@ coverage:
- tests/coverage.xml
```

### `coverage.exclude:`

Exclude files from the coverage report.

``` yaml
coverage:
exclude:
- 'cmd/*.go'
- 'proto/**/*.pb.go'
```

### `coverage.acceptable:`

acceptable coverage condition.
Expand Down

0 comments on commit 4a2ef03

Please sign in to comment.