spm-lcov-action icon indicating copy to clipboard operation
spm-lcov-action copied to clipboard

Report in HTML format.

Open paritoshraval100 opened this issue 3 years ago • 1 comments

Is there any way if we can generate report in HTML format? Or even with lcov or txt format, I can copy data in tabular format like below. I want to upload this file in artefacts. Screenshot 2022-02-21 at 5 24 20 PM

I saw https://github.com/mattpolzin/swift-codecov-action is doing it, but it is covering tests files in calculation.

paritoshraval100 avatar Feb 21 '22 11:02 paritoshraval100

Hey! You can use the generated lcov.info file with another GH action that generates the HTML for you.

maxep avatar Aug 24 '22 12:08 maxep