maxep / spm-lcov-action

Swift Package Manager Code Coverage Report
MIT License
20 stars 9 forks source link

Report in HTML format. #6

Open paritoshraval100 opened 2 years ago

paritoshraval100 commented 2 years ago

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.

maxep commented 2 years ago

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