Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmeli committed May 24, 2018
1 parent 446176a commit 8fd1d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ exit status 1
## Configuration

You can use a fixed threshold by configuring it in the `.goverreport.yml` configuration file. This file also
lets you configure the root path of the project, so that it gets stripped from the names of the files, and a set of paths to be excluded from the report.
lets you configure the root path of the project, so that it gets stripped from the names of the files, and a set of path prefixes to be excluded from the report.

Here's an example:

```
threshold: 85
metric: stmt
root: "github.com/mcubik/goverreport"
exclusions: [test/it]
exclusions: [test/it] # Exclude packages prefixed with "test/it"
```

0 comments on commit 8fd1d7b

Please sign in to comment.