Skip to content

Commit 9103acb

Browse files
committed
docs: updated table
1 parent 444e809 commit 9103acb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ A GitHub Action which helps enforce a minimum code coverage threshold.
1616

1717
Very Good Coverage accepts the following configuration inputs:
1818

19-
| Input name | Description | Default value | Example value | Optional |
20-
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | ------------------------------------- | -------- |
21-
| path | The path to the lcov.info file. | './coverage/lcov.info' | 'packages/my_app/coverage/lcov.info' ||
22-
| 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' ||
19+
| Input name | Description | Default value | Optional |
20+
| ------------ | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------ | -------- |
21+
| path | The path to the lcov.info file. | `"./coverage/lcov.info"` ||
22+
| min_coverage | The minimum coverage percentage allowed. | `100` ||
23+
| exclude | List of paths to exclude from the coverage report, separated by an empty space. Supports [globs]() to describe file patterns. | `""` ||
2424

2525
## Example usage
2626

0 commit comments

Comments
 (0)