zgosalvez / github-actions-report-lcov

A Github Action to report the code coverage from LCOV files
https://github.com/marketplace/actions/report-lcov
MIT License
63 stars 46 forks source link

Latest version doesn't post complete artifact #198

Closed zgosalvez closed 6 months ago

zgosalvez commented 6 months ago

Discussed in https://github.com/zgosalvez/github-actions-report-lcov/discussions/197

Originally posted by **mccrearyp** April 13, 2024 The latest version doesn't post the complete artifact. It posts the top level directory with the stats, but is missing the files needed to drill down into sub directories or files. If I run my code coverage locally I still get the files. Possibly related to this change? ![image](https://github.com/zgosalvez/github-actions-report-lcov/assets/899576/a3b74866-52b1-4b3b-ab92-f8842ce40ede)