{"id":21038002,"url":"https://github.com/jeantessier/test-summary-action","last_synced_at":"2026-01-03T22:29:37.969Z","repository":{"id":246811639,"uuid":"823495657","full_name":"jeantessier/test-summary-action","owner":"jeantessier","description":"A GitHub Action to summarize JUnit tests in Gradle builds","archived":false,"fork":false,"pushed_at":"2025-02-24T03:29:15.000Z","size":27,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T09:04:38.249Z","etag":null,"topics":["github-actions","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeantessier.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}},"created_at":"2024-07-03T06:31:57.000Z","updated_at":"2025-02-24T03:29:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"0118d2bb-0aeb-495c-b6d6-1d14dd21f126","html_url":"https://github.com/jeantessier/test-summary-action","commit_stats":null,"previous_names":["jeantessier/test-summary-action"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeantessier%2Ftest-summary-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeantessier%2Ftest-summary-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeantessier%2Ftest-summary-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeantessier%2Ftest-summary-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeantessier","download_url":"https://codeload.github.com/jeantessier/test-summary-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248581260,"owners_count":21128137,"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":["github-actions","ruby"],"created_at":"2024-11-19T13:29:02.475Z","updated_at":"2026-01-03T22:29:37.939Z","avatar_url":"https://github.com/jeantessier.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# test-summary-action\n\nA GitHub Action to summarize JUnit tests in Gradle builds.\n\nIt collects JUnit results from each subproject and reports on tests passed and\nfailed for each subproject.  The report is a simple table written to the\n`GITHUB_STEP_SUMMARY`.\n\n## To Use\n\nHere is an example workflow as an example of using this GitHub Action in a job's\nsteps.\n\n```yaml\njobs:\n  build:\n    steps:\n    - name: Checkout the repo\n      uses: actions/checkout@v4\n\n    - name: Set up JDK 17\n      uses: actions/setup-java@v4\n      with:\n        java-version: '17'\n        distribution: 'temurin'\n    - name: Setup Gradle\n      uses: gradle/actions/setup-gradle@v3\n    - name: Build with Gradle Wrapper\n      run: ./gradlew build\n\n    - name: Summarize tests results\n      uses: jeantessier/test-summary-action@v1\n      if: ${{ always() }}\n```\n\nIt uses `if: ${{ always() }}` so it can report on failed tests, which would make\nthe previous step fail.\n\nIt will produce a summary table like the following.\n\n| Subproject        |       Status       | Tests | Passed | Skipped | Failures | Errors |\n|-------------------|:------------------:|:-----:|:------:|:-------:|:--------:|:------:|\n| integration-tests | :white_check_mark: |  714  |  714   |    0    |    0     |   0    |\n| lib               |        :x:         | 2250  |  2248  |    0    |    2     |   0    |\n| webapp            | :white_check_mark: |  72   |   0    |   72    |    0     |   0    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeantessier%2Ftest-summary-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeantessier%2Ftest-summary-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeantessier%2Ftest-summary-action/lists"}