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
I've added a dummy function and didn't cover it with tests and the changed file wasn't reported in the end (even though the overall coverage was shown)
I worked around this by using the commit sha as GHA version:
- uses: romeovs/lcov-reporter-action@2a28ec3e25fb7eae9cb537e9141603486f810d1a# The reason for using a hash rather than a version/tag, is the project# failed in publishing this release: https://github.com/romeovs/lcov-reporter-action/issues/47with:
lcov-file: ./coverage/coverage.lcovfilter-changed-files: truedelete-old-comments: true
I've added a dummy function and didn't cover it with tests and the changed file wasn't reported in the end (even though the overall coverage was shown)
The text was updated successfully, but these errors were encountered: