7 pname = "gocover-cobertura";
10 src = fetchFromGitHub {
14 sha256 = "sha256-nbwqfObU1tod5gWa9UbhmS6CpLLilvFyvNJ6XjeR8Qc=";
19 ldflags = [ "-s" "-w" ];
22 homepage = "https://github.com/boumenot/gocover-cobertura";
23 description = "This is a simple helper tool for generating XML output in Cobertura format for CIs like Jenkins and others from go tool cover output.";
24 mainProgram = "gocover-cobertura";
25 license = licenses.mit;
26 maintainers = with maintainers; [ hmajid2301 ];