eriwen / lcov-to-cobertura-xml

Converts lcov output to Cobertura-compatible XML for CI
https://eriwen.github.io/lcov-to-cobertura-xml/
Apache License 2.0
187 stars 73 forks source link

How to use lcov_cobertura file from a LICENSE perspective? #50

Open MichaelVoelkel opened 1 year ago

MichaelVoelkel commented 1 year ago

It says in the Py file itself that the license is in the accompanied LICENSE.md file. However, I can only find a LICENSE file (without md), so this is hard to accomplish.

So should I then copy the py file to some subdir and then copy the LICENSE file to LICENSE.md into the same directory or what do you need? We'd be interested in using that file for internal processes only (test reporting, not shipping this to customers).

Also: If I copy the file as that, there is no link or anything, so how can this be traced back to you / your repo?