Skip to content

Commit

Permalink
fix override path property name in yaml (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladopajic authored Jul 4, 2023
1 parent 9e728b1 commit 06774e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testcoverage/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Threshold struct {

type Override struct {
Threshold int `yaml:"threshold"`
Path string `yaml:"paths"`
Path string `yaml:"path"`
}

type Exclude struct {
Expand Down

0 comments on commit 06774e2

Please sign in to comment.