7 buildPythonPackage rec {
8 pname = "lcov-cobertura";
10 format = "setuptools";
11 disabled = pythonOlder "3.6";
14 pname = "lcov_cobertura";
16 hash = "sha256-xs40e/PuZ/jV0CDNZiYmo1lM8r5yfMY0qg0R+j9/E3Q=";
20 pythonImportsCheck = [
25 description = "Converts code coverage from lcov format to Cobertura's XML format";
26 mainProgram = "lcov_cobertura";
27 homepage = "https://eriwen.github.io/lcov-to-cobertura-xml/";
28 license = lib.licenses.asl20;