irongut / CodeCoverageSummary

A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.
MIT License
196 stars 56 forks source link

Option to make step successful if no files match? #253

Closed th1nkful closed 6 months ago

th1nkful commented 10 months ago

I am using this on a monorepo, which generates coverages files across a lot of directories.

If I do a push that has no tests that need to be run there will be no coverage reports to collect.

When this happens, I get an error from the coverage report that it couldn't find any files

Is there an option to make it so finding no files isn't a failure?

Thanks!

github-actions[bot] commented 7 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days.

github-actions[bot] commented 6 months ago

This issue was closed because it has been stale for 30 days with no activity.