{"id":19920706,"url":"https://github.com/odanado/coverage-history-action","last_synced_at":"2025-05-03T06:31:09.744Z","repository":{"id":40830769,"uuid":"266087560","full_name":"odanado/coverage-history-action","owner":"odanado","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-05T20:31:24.000Z","size":1581,"stargazers_count":4,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T22:51:27.340Z","etag":null,"topics":["coverage","github-actions"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/odanado.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-05-22T10:52:42.000Z","updated_at":"2020-12-28T16:39:38.000Z","dependencies_parsed_at":"2023-02-04T15:03:17.253Z","dependency_job_id":null,"html_url":"https://github.com/odanado/coverage-history-action","commit_stats":{"total_commits":72,"total_committers":2,"mean_commits":36.0,"dds":0.06944444444444442,"last_synced_commit":"33d1b11b3c579387826b55b38f77073ebade79b3"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":"odanado/typescript-nodejs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odanado%2Fcoverage-history-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odanado%2Fcoverage-history-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odanado%2Fcoverage-history-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odanado%2Fcoverage-history-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odanado","download_url":"https://codeload.github.com/odanado/coverage-history-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252154737,"owners_count":21702983,"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":["coverage","github-actions"],"created_at":"2024-11-12T22:05:51.029Z","updated_at":"2025-05-03T06:31:08.802Z","avatar_url":"https://github.com/odanado.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coverage History Action\n\n![](https://github.com/odanado/coverage-history-action/workflows/CI/badge.svg)\n\nThis GitHub Actions notice coverage history in pull request comments.\n\n![](./images/sample.png)\n\n\n# Usage\n```yml\nname: CI\n\n\non:\n  push:\n    branches:\n      - \"master\"\n  pull_request:\n    types: [opened, synchronize]\n\n\njobs:\n  report:\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v2\n    - name: Use Node.js 12.x\n      uses: actions/setup-node@v1\n      with:\n        node-version: 12.x\n    - name: yarn install\n      run: |\n        yarn install --frozen-lockfile\n      env:\n        CI: true\n    - name: Run test\n      run: |\n        yarn test\n      env:\n        CI: true\n    - name: Coverage History Action\n      uses: odanado/coverage-history-action@v0\n      with:\n        github-token: ${{ secrets.GITHUB_TOKEN }}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodanado%2Fcoverage-history-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodanado%2Fcoverage-history-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodanado%2Fcoverage-history-action/lists"}