A powershell script to convert html report to codecov.io JSON format#48
A powershell script to convert html report to codecov.io JSON format#48bero wants to merge 1 commit intoDelphiCodeCoverage:masterfrom
Conversation
|
Thanks for this suggestion, I'm just not 100% sure yet what this is worth.
=> what would that platform support bring us, whgich is not already there and what would I need to do to provide this support? I guess it would be more than just adding the power shell script to the project.
|
|
The usage is that in codecov you can show the history in a nice diagram. |
|
Ok, I understand the purpose now. I'm just not the developer of the command line code coverage tool. So it's theirs to decide whether your suggested add-on makes sense for their tool. If it does I'd look for adding some option to make it useable from Delphi Code Coverage Wizard Plus |
Check https://about.codecov.io
It is a very nice page to show code coverage progress from unittests in browser.
This is a free service for opensource projects.
As usual Delphi is not directly supported.
But as it accept JSON it is possible to make a script.
To upload the JSON-file codecov.exe needs to be downloaded