Skip to content

Commit 4295c06

Browse files
committed
docs: updated quotes
1 parent 6b44bd5 commit 4295c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ VeryGoodCoverage accepts the following configuration inputs:
2020
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | ------------------------------------- | -------- |
2121
| path | The path to the lcov.info file. | './coverage/lcov.info' | 'packages/my_app/coverage/lcov.info' ||
2222
| min_coverage | The minimum coverage percentage allowed. | 100 | 95 ||
23-
| exclude | List of paths to exclude from the coverage report, separated by an empty space. Supports [globs](<https://en.wikipedia.org/wiki/Glob_(programming)>) to describe file patterns. | "" | '**/\*\_observer.dart **/change.dart' ||
23+
| exclude | List of paths to exclude from the coverage report, separated by an empty space. Supports [globs](<https://en.wikipedia.org/wiki/Glob_(programming)>) to describe file patterns. | '' | '**/\*\_observer.dart **/change.dart' ||
2424

2525
## Example usage
2626

0 commit comments

Comments
 (0)