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
If your generated lcov file is empty this might be because you have no test files or your tests are not generating any coverage data.
50
50
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.
51
+
If you wish to always bypass these warnings, we recommend using a conditional statement in your workflow to avoid running the Very Good Coverage action when the lcov file is empty or non-existent.
52
52
53
53
For example, if your non-existent or empty coverage file is meant to be located at `./coverage/lcov.info` you may do:
0 commit comments