{"id":21251569,"url":"https://github.com/foodee/annotate-failing-tests","last_synced_at":"2025-03-15T05:24:44.348Z","repository":{"id":44834826,"uuid":"236103086","full_name":"Foodee/annotate-failing-tests","owner":"Foodee","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-03T12:10:59.000Z","size":11897,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-16T18:17:29.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Foodee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-24T23:51:15.000Z","updated_at":"2022-07-12T19:27:58.000Z","dependencies_parsed_at":"2023-02-03T14:01:43.980Z","dependency_job_id":null,"html_url":"https://github.com/Foodee/annotate-failing-tests","commit_stats":{"total_commits":67,"total_committers":2,"mean_commits":33.5,"dds":"0.16417910447761197","last_synced_commit":"571af84cd31b7c13b593c8fbacb324ae9bd19bdf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foodee%2Fannotate-failing-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foodee%2Fannotate-failing-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foodee%2Fannotate-failing-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foodee%2Fannotate-failing-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foodee","download_url":"https://codeload.github.com/Foodee/annotate-failing-tests/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243687661,"owners_count":20331371,"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","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-21T03:42:40.649Z","updated_at":"2025-03-15T05:24:44.321Z","avatar_url":"https://github.com/Foodee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# annotate-failing-tests\n\nAction to annotate github PRs with stack traces when they fail.\n\n## Usage\n\nSimply add to your workflow after a testing step, with a pointer to the junit test report.\n\n```yaml\nname: Verify Code \njobs:\n  test:\n    env:\n      GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}\n\n    steps:\n    \n      - name: Run Tests\n        runs: rails test\n        \n      - name: Annotate Source\n        uses: Foodee/annotate-failing-tests@master\n        with:\n          report-file: report.xml\n          language: ruby\n          check-name: test\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoodee%2Fannotate-failing-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoodee%2Fannotate-failing-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoodee%2Fannotate-failing-tests/lists"}