Skip to content

Commit

Permalink
fix override regexp in example
Browse files Browse the repository at this point in the history
  • Loading branch information
vladopajic committed Jul 4, 2023
1 parent 6ff9d7f commit 9e728b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .testcoverage.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ threshold:
override:
# Increase coverage threshold to 100% for `foo` package (default is 80, as configured above)
- threshold: 100
path: ^pkg/lib/foo$
path: ^pkg/lib/foo

# Holds regexp rules which will exclude matched files or packages from coverage statistics
exclude:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ threshold:
override:
# Increase coverage threshold to 100% for `foo` package (default is 80, as configured above)
- threshold: 100
path: ^pkg/lib/foo$
path: ^pkg/lib/foo

# Holds regexp rules which will exclude matched files or packages from coverage statistics
exclude:
Expand Down

0 comments on commit 9e728b1

Please sign in to comment.