{"id":23757565,"url":"https://github.com/scientanl/coverage-actions","last_synced_at":"2026-03-17T10:30:16.903Z","repository":{"id":64669843,"uuid":"575374522","full_name":"ScientaNL/coverage-actions","owner":"ScientaNL","description":"Comment coverage difference on PR and save current coverage to an endpoint","archived":false,"fork":false,"pushed_at":"2023-05-11T12:53:45.000Z","size":427,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-02-01T00:18:33.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://scienta.nl","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/ScientaNL.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":"2022-12-07T11:20:43.000Z","updated_at":"2024-04-25T12:44:20.000Z","dependencies_parsed_at":"2023-02-09T02:45:31.561Z","dependency_job_id":null,"html_url":"https://github.com/ScientaNL/coverage-actions","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":"0.032258064516129004","last_synced_commit":"14247834b09d21a653e16a1f60ae8e308559a08b"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScientaNL%2Fcoverage-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScientaNL%2Fcoverage-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScientaNL%2Fcoverage-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScientaNL%2Fcoverage-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScientaNL","download_url":"https://codeload.github.com/ScientaNL/coverage-actions/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239927846,"owners_count":19719836,"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-12-31T19:49:03.288Z","updated_at":"2026-03-17T10:30:16.871Z","avatar_url":"https://github.com/ScientaNL.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coverage-actions\nComment coverage difference on PR and save current coverage to endpoint\n\n![GitHub release (release name instead of tag name)](https://img.shields.io/github/v/release/ScientaNL/coverage-actions?include_prereleases)\n![GitHub](https://img.shields.io/github/license/ScientaNL/coverage-actions)\n![GitHub Repo stars](https://img.shields.io/github/stars/ScientaNL/coverage-actions?label=Repository%20stars)\n![GitHub Org's stars](https://img.shields.io/github/stars/ScientaNL?label=ScientaNL%20stars)\n\n#### Dependencies\n- ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/ScientaNL/coverage-actions/@actions/core)\n- ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/ScientaNL/coverage-actions/@actions/github)\n- ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/ScientaNL/coverage-actions/@aws-sdk/client-dynamodb)\n- ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/ScientaNL/coverage-actions/@aws-sdk/credential-providers)\n- ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/ScientaNL/coverage-actions/@aws-sdk/lib-dynamodb)\n- ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/ScientaNL/coverage-actions/axios)\n\n#### Dev dependencies\n- ![GitHub package.json dependency version (dev dep on branch)](https://img.shields.io/github/package-json/dependency-version/ScientaNL/coverage-actions/dev/typescript)\n- ![GitHub package.json dependency version (dev dep on branch)](https://img.shields.io/github/package-json/dependency-version/ScientaNL/coverage-actions/dev/@types/node)\n- ![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/ScientaNL/coverage-actions/@vercel/ncc)\n\n### Build\nTo build the dist file run: \n```bash\n  npm run build\n```\nThis coverts the TS files to JS and bundles them into the `dist/index.js` file\n\n### Secrets\nTo function with the current adapters you need to input env variables (presumably with secrets). these are\n#### JsonblobAdapter\n- `JSONBLOB_ID`\n\n#### DynamoDBAdapter\n- `AWS_REGION`\n- `AWS_SECRET_ACCESS_KEY`\n- `AWS_ACCESS_KEY_ID`\n- `COVERAGE_STORAGE_ID`\n\n### Storage adapters\nTo each their own; If you want to extend the functionality of this action with your own storage method you kan do it in the form of a new `StorageAdapter`\nCurrently the available storage adapters are:\n- ``DynamoDBAdapter``\n- ``JsonblobAdapter``\n\nA new adapter must implement the `Adapter` interface to insure compatibility with the current structure. \nAll credentials must be gotten through the environment.\nDon't forget to append to the `AdapterType` and `adapterMap`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientanl%2Fcoverage-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscientanl%2Fcoverage-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientanl%2Fcoverage-actions/lists"}