{"id":20414508,"url":"https://github.com/codecov/test-results-parser","last_synced_at":"2025-08-23T03:45:28.098Z","repository":{"id":204767080,"uuid":"712600016","full_name":"codecov/test-results-parser","owner":"codecov","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-26T08:15:06.000Z","size":467,"stargazers_count":1,"open_issues_count":8,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-17T18:59:14.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codecov.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-31T19:45:28.000Z","updated_at":"2025-06-26T08:15:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"46e8a7ae-5ee6-4c55-9dd2-7fda7a24652e","html_url":"https://github.com/codecov/test-results-parser","commit_stats":null,"previous_names":["joseph-sentry/testing-results-parser","codecov/test-results-parser"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/codecov/test-results-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Ftest-results-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Ftest-results-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Ftest-results-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Ftest-results-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecov","download_url":"https://codeload.github.com/codecov/test-results-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Ftest-results-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271739896,"owners_count":24812636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-15T06:10:44.300Z","updated_at":"2025-08-23T03:45:28.010Z","avatar_url":"https://github.com/codecov.png","language":"Rust","readme":"This project requires `maturin`, it can be installed using pip:\n```pip install maturin```\n\nFor development, to rebuild the rust portion of the library and install the library in your local venv (I believe this _requires_ a venv in order to work), run:\n```maturin develop```\n\nTo use the library just import it after installing:\n```import testing_result_parsers```\n\nThere's an example of this in the tests directory.\n\nThe CI uses the maturin-action to build wheels and an sdist\n\nThe version of the wheels built are determined by the value of the version in the cargo.toml\n\n\nThere are 2 parsing functions currently implemented:\n\n- `parse_junit_xml`: this parses `junit.xml` files\n\nThis function takes the path to the file to parse as an arg and returns a list of `Testrun` objects.\n\nThe `Testrun` objects look like this:\n\n```\nOutcome:\n    Pass,\n    Failure,\n    Error,\n    Skip\n\nTestrun:\n    name: str\n    outcome: Outcome\n    duration: float\n    testsuite: str\n```\n\n- `parse_raw_upload`: this parses an entire raw test results upload\n\nthis function takes in the raw upload bytes and returns a message packed list of Testrun objects\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecov%2Ftest-results-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecov%2Ftest-results-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecov%2Ftest-results-parser/lists"}