Skip to content

Commit e196ed5

Browse files
committed
remove unnecessery note
1 parent 8b16ab7 commit e196ed5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.testcoverage.example.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,4 @@ exclude:
4343
# Exclude files or packages matching their paths
4444
paths:
4545
- \.pb\.go$ # excludes all protobuf generated files
46-
- ^pkg/bar # exclude package `pkg/bar`
47-
48-
# NOTES:
49-
# - symbol `/` in all path regexps will be replaced by current OS file path separator
50-
# to properly work on Windows.
46+
- ^pkg/bar # exclude package `pkg/bar`

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ exclude:
125125
paths:
126126
- \.pb\.go$ # excludes all protobuf generated files
127127
- ^pkg/bar # exclude package `pkg/bar`
128-
129-
# NOTES:
130-
# - symbol `/` in all path regexps will be replaced by current OS file path separator
131-
# to properly work on Windows.
132128
```
133129

134130
### Exclude Code from Coverage

0 commit comments

Comments
 (0)