{"id":22615602,"url":"https://github.com/marcellodesales/pycobertura-reports-docker","last_synced_at":"2026-03-19T23:14:50.966Z","repository":{"id":54514283,"uuid":"335479802","full_name":"marcellodesales/pycobertura-reports-docker","owner":"marcellodesales","description":"Pycobertura to process coverage.xml files and display text reports... ","archived":false,"fork":false,"pushed_at":"2021-02-14T04:53:12.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-13T05:44:50.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcellodesales.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-03T02:05:49.000Z","updated_at":"2022-04-11T10:48:51.000Z","dependencies_parsed_at":"2022-08-13T18:20:33.139Z","dependency_job_id":null,"html_url":"https://github.com/marcellodesales/pycobertura-reports-docker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/marcellodesales/pycobertura-reports-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcellodesales%2Fpycobertura-reports-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcellodesales%2Fpycobertura-reports-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcellodesales%2Fpycobertura-reports-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcellodesales%2Fpycobertura-reports-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcellodesales","download_url":"https://codeload.github.com/marcellodesales/pycobertura-reports-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcellodesales%2Fpycobertura-reports-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28919362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-08T19:08:29.835Z","updated_at":"2026-01-30T21:02:57.738Z","avatar_url":"https://github.com/marcellodesales.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-pycobertura\n\nPycobertura to process coverage.xml files and display text reports... \n\n# coverage.xml\n\n* Generate test coverage with your language\n\n## From Golang\n\n```Makefile\n\t@mkdir -p $(GOBASE)/build\n\tgo test -short ./... -coverprofile=$(GOBASE)/build/coverage.out\n\tgo tool cover -html=$(GOBASE)/build/coverage.out -o=$(GOBASE)/build/coverage.html\n\tgo get github.com/t-yuki/gocover-cobertura\n\tgocover-cobertura \u003c $(PWD)/build/coverage.out \u003e $(PWD)/build/coverage.xml\n```\n\n## From Java\n\n* Use Gradle or Maven to generate the reports during tests\n\n```console\n./gradlew test cobertura\nls -la build/reports/cobertura/coverage.xml\n```\n\n# pycobertura reports\n\n* Shows the report for a given coverage\n\n```console\n$ docker run -v $(pwd)/build:/build -w=/build marcellodesales/pycobertura show coverage.xml\nFilename                                                     Stmts    Miss  Cover    Missing\n---------------------------------------------------------  -------  ------  -------  ----------------\nplatform/miner/miner.go                                       22       6    72.73%   78-80, 82-84\nplatform/miner/dependency_graph.go                            48       3    93.75%   53-55\nplatform/admin/api.go                                         36      36    0.00%    11-55\nplatform/admin/http.go                                        32      32    0.00%    14-55\nTOTAL                                                         2438    1684  29.13%\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcellodesales%2Fpycobertura-reports-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcellodesales%2Fpycobertura-reports-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcellodesales%2Fpycobertura-reports-docker/lists"}