{"id":25527527,"url":"https://github.com/gotesttools/gotestfmt-action","last_synced_at":"2025-10-26T19:39:25.962Z","repository":{"id":45610187,"uuid":"390233486","full_name":"GoTestTools/gotestfmt-action","owner":"GoTestTools","description":"GitHub Action for gotestfmt","archived":false,"fork":false,"pushed_at":"2024-02-05T08:00:09.000Z","size":693,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T06:12:14.262Z","etag":null,"topics":["github-actions","go","golang","testing"],"latest_commit_sha":null,"homepage":"https://github.com/GoTestTools/gotestfmt","language":"JavaScript","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/GoTestTools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-07-28T06:04:19.000Z","updated_at":"2024-11-06T10:48:24.000Z","dependencies_parsed_at":"2024-02-05T08:58:20.925Z","dependency_job_id":"549301c5-dfd3-44c2-880f-214437cfcc5b","html_url":"https://github.com/GoTestTools/gotestfmt-action","commit_stats":{"total_commits":44,"total_committers":3,"mean_commits":"14.666666666666666","dds":"0.13636363636363635","last_synced_commit":"ed11bda1c41019f0864315b0194ec6d33b696492"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoTestTools%2Fgotestfmt-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoTestTools%2Fgotestfmt-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoTestTools%2Fgotestfmt-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoTestTools%2Fgotestfmt-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoTestTools","download_url":"https://codeload.github.com/GoTestTools/gotestfmt-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351395,"owners_count":21089270,"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","go","golang","testing"],"created_at":"2025-02-19T22:19:28.421Z","updated_at":"2025-10-26T19:39:20.922Z","avatar_url":"https://github.com/GoTestTools.png","language":"JavaScript","readme":"# gotestfmt: go test output for humans\n\n\u003e ⚠️ **Action required:** gotestfmt has moved to the `GoTestTools` organization and you need to update your references. Please see the [announcement](https://github.com/GoTestTools/gotestfmt/discussions/46). The old repository will be deleted on January 1, 2023.\n\nThis action uses [gotestfmt](https://github.com/GoTestTools/gotestfmt) to create a beautifully formatted test output in GitHub Actions.\n\n![An animation showcasing that gotestfmt transforms a text log into an interactive log with folding sections.](https://raw.githubusercontent.com/GoTestTools/.github/main/gotestfmt.svg)\n\n## Usage\n\nYou can use gotestfmt with the following configuration:\n\n```yaml\njobs:\n  build:\n    name: Test\n    runs-on: ubuntu-latest\n    steps:\n      # Checkout your project with git\n      - name: Checkout\n        uses: actions/checkout@v2\n\n      # Install Go on the VM running the action.\n      - name: Set up Go\n        uses: actions/setup-go@v2\n        with:\n          go-version: 1.16\n\n      # Install gotestfmt on the VM running the action.\n      - name: Set up gotestfmt\n        uses: GoTestTools/gotestfmt-action@v2\n        with:\n          # Optional: pass GITHUB_TOKEN to avoid rate limiting.\n          token: ${{ secrets.GITHUB_TOKEN }}\n          # Optional: pass the gotestfmt version you want to run. \n          version: v2.0.0\n          # Optional: pass an organization name and repo to use a fork\n          org: GoTestTools\n          repo: gotestfmt\n\n      # Run tests with nice formatting. Save the original log in /tmp/gotest.log\n      - name: Run tests\n        run: |\n          set -euo pipefail\n          go test -json -v ./... 2\u003e\u00261 | tee /tmp/gotest.log | gotestfmt\n\n      # Upload the original go test log as an artifact for later review.\n      - name: Upload test log\n        uses: actions/upload-artifact@v2\n        if: always()\n        with:\n          name: test-log\n          path: /tmp/gotest.log\n          if-no-files-found: error\n```\n\nFor more information about gotestfmt please see the [gotestfmt](https://github.com/GoTestTools/gotestfmt) repository.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotesttools%2Fgotestfmt-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotesttools%2Fgotestfmt-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotesttools%2Fgotestfmt-action/lists"}