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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ If your generated lcov file is empty this might be because you have no test file
50
50
51
51
If you wish to always bypass these warnings we recommend using a conditional statement in your workflow to avoid running the VeryGoodCoverage action when the lcov file is empty or non-existent.
52
52
53
-
For example, if your non-existent or empty coverage file is meant to be located at `./coverage/lcov.info`:
53
+
For example, if your non-existent or empty coverage file is meant to be located at `./coverage/lcov.info` you may do:
54
54
55
55
```yaml
56
56
- name: Check for existing and non-empty coverage file
0 commit comments