You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-14
Original file line number
Diff line number
Diff line change
@@ -23,25 +23,16 @@ A Github Action which helps enforce a minimum code coverage threshold.
23
23
24
24
**Default** 100
25
25
26
-
## Example usage
27
-
28
-
```yaml
29
-
uses: VGVentures/very-good-coverage@v1.0.0
30
-
with:
31
-
path: "./coverage/lcov.info"
32
-
min_coverage: 95
33
-
```
34
-
35
26
### `exclude`
36
27
37
-
**Optional** List of files that you want to exclude from the coverage report, and separated by an empty space ` `. You can also use `globs` to describe file patterns.
28
+
**Optional** List of paths to exclude from the coverage report, separated by an empty space ``. Supports`globs` to describe file patterns.
0 commit comments