{"id":37096251,"url":"https://github.com/lyubenkov/go-junit-report","last_synced_at":"2026-01-14T11:51:16.738Z","repository":{"id":57538335,"uuid":"287052426","full_name":"lyubenkov/go-junit-report","owner":"lyubenkov","description":"Convert go test output to junit xml","archived":false,"fork":true,"pushed_at":"2020-08-19T13:37:37.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-06-20T17:45:54.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jstemmer/go-junit-report","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lyubenkov.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":"2020-08-12T15:39:44.000Z","updated_at":"2020-08-12T16:31:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lyubenkov/go-junit-report","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/lyubenkov/go-junit-report","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyubenkov%2Fgo-junit-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyubenkov%2Fgo-junit-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyubenkov%2Fgo-junit-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyubenkov%2Fgo-junit-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyubenkov","download_url":"https://codeload.github.com/lyubenkov/go-junit-report/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyubenkov%2Fgo-junit-report/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2026-01-14T11:51:16.068Z","updated_at":"2026-01-14T11:51:16.730Z","avatar_url":"https://github.com/lyubenkov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-junit-report\n\nConverts `go test` output to an xml report, suitable for applications that\nexpect junit xml reports (e.g. [Jenkins](http://jenkins-ci.org)).\n\n[![Build Status][travis-badge]][travis-link]\n[![Report Card][report-badge]][report-link]\n\n## Installation\n\nGo version 1.2 or higher is required. Install or update using the `go get`\ncommand:\n\n```bash\ngo get -u github.com/lyubenkov/go-junit-report\n```\n\n## Usage\n\ngo-junit-report reads the `go test` verbose output from standard in and writes\njunit compatible XML to standard out.\n\n```bash\ngo test -v 2\u003e\u00261 | go-junit-report \u003e report.xml\n```\n\nNote that it also can parse benchmark output with `-bench` flag:\n```bash\ngo test -v -bench . -count 5 2\u003e\u00261 | go-junit-report \u003e report.xml\n```\n\n## Contribution\n\nCreate an Issue and discuss the fix or feature, then fork the package.\nClone to github.com/lyubenkov/go-junit-report.  This is necessary because go import uses this path.\nFix or implement feature. Test and then commit change.\nSpecify #Issue and describe change in the commit message.\nCreate Pull Request. It can be merged by owner or administrator then.\n\n### Run Tests\n\n```bash\ngo test\n```\n\n[travis-badge]: https://travis-ci.org/jstemmer/go-junit-report.svg?branch=master\n[travis-link]: https://travis-ci.org/jstemmer/go-junit-report\n[report-badge]: https://goreportcard.com/badge/github.com/lyubenkov/go-junit-report\n[report-link]: https://goreportcard.com/report/github.com/lyubenkov/go-junit-report\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyubenkov%2Fgo-junit-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyubenkov%2Fgo-junit-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyubenkov%2Fgo-junit-report/lists"}