Open paritoshraval100 opened 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.
I saw https://github.com/mattpolzin/swift-codecov-action is doing it, but it is covering tests files in calculation.
Hey! You can use the generated lcov.info file with another GH action that generates the HTML for you.
lcov.info
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.
I saw https://github.com/mattpolzin/swift-codecov-action is doing it, but it is covering tests files in calculation.