{"id":6326131,"name":"gap-actions/process-coverage","ecosystem":"actions","description":"Process coverage data","homepage":null,"licenses":"other","normalized_licenses":["GPL-1.0+"],"repository_url":"https://github.com/gap-actions/process-coverage","keywords_array":[],"namespace":"gap-actions","versions_count":14,"first_release_published_at":"2022-01-27T08:56:33.000Z","latest_release_published_at":"2025-09-03T19:51:22.000Z","latest_release_number":"v2.5.0","last_synced_at":"2026-04-15T03:18:01.096Z","created_at":"2023-02-13T13:01:48.723Z","updated_at":"2026-04-15T03:18:01.096Z","registry_url":"https://github.com/gap-actions/process-coverage","install_command":null,"documentation_url":null,"metadata":{"name":"Process coverage data","description":"Process coverage data","runs":{"using":"composite","steps":[{"name":"Build io and profiling packages if necessary","shell":"bash","run":"set -ex\nGAPROOT=${GAPROOT-$HOME/gap}\n\n# the following somewhat awkward `cd` invocation ensures\n# compatibility with both GAP \u003c= 4.11 (with package dir names like\n# `pkg/io-1.2.3`) and GAP \u003e= 4.12 (where it is `pkg/io`)\ncd $GAPROOT/pkg/io || cd $GAPROOT/pkg/io-*\nif [[ ! -f config.status ]] ; then\n  ./configure --with-gaproot=$GAPROOT\nfi\nmake -j$(nproc)\n\ncd $GAPROOT/pkg/profiling || cd $GAPROOT/pkg/profiling-*\nif [[ ! -f Makefile ]] ; then\n  if [[ -f configure.ac ]] ; then\n    ./configure --with-gaproot=$GAPROOT\n  else\n    ./configure $GAPROOT\n  fi\nfi\nmake -j$(nproc)\n"},{"name":"Process coverage data","shell":"bash","run":"set -ex\nGAPROOT=${GAPROOT-$HOME/gap}\n\nmkdir -p /tmp/gaproot/pkg/\nln -f -s $PWD /tmp/gaproot/pkg/\n\n# start GAP with custom GAP root, to ensure correct package version is loaded\nGAP=\"$GAPROOT/gap -l /tmp/gaproot; --quitonbreak -q\"\n\n# generate library coverage reports\n$GAP -q \u003c\u003cGAPInput\nif LoadPackage(\"profiling\") \u003c\u003e true then\n    Print(\"ERROR: could not load profiling package\");\n    FORCE_QUIT_GAP(1);\nfi;\nd := Directory(\"coverage\");\ncovs := [];\nfiles := DirectoryContents(d);\nif files = fail then\n   Print(\"no coverage data found\\n\");\n   QUIT_GAP(0);\nfi;\nfor f in files do\n    if f in [\".\", \"..\"] then continue; fi;\n    Add(covs, Filename(d, f));\nod;\nPrint(\"Merging coverage results from \", covs, \"\\n\");\nr := MergeLineByLineProfiles(covs);\n# filtered out unwanted other packages to avoid bad coverage interaction\nr.line_info := Filtered(r.line_info, x -\u003e not StartsWith( x[1], \"$GAPROOT/\" ) );\nPrint(\"Outputting JSON\\n\");\nOutputJsonCoverage(r, \"gap-coverage.json\");\nQUIT_GAP(0);\nGAPInput\n"},{"name":"generate source coverage reports by running gcov","shell":"bash","run":"find . -type f -name '*.gcno' -exec gcov -pb {} +\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":41978340,"uuid":"356009744","full_name":"gap-actions/process-coverage","owner":"gap-actions","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-04T22:44:01.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-05T00:20:05.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gap-actions.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-08T18:22:18.000Z","updated_at":"2025-09-04T22:44:04.000Z","dependencies_parsed_at":"2025-08-27T10:09:13.101Z","dependency_job_id":"aad921c5-6317-408b-8268-b4587e6961e7","html_url":"https://github.com/gap-actions/process-coverage","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.5,"last_synced_commit":"a4a319e0c06419822e3a2847e6690703a1488a55"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/gap-actions/process-coverage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gap-actions","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001317,"owners_count":26083040,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"gap-actions","name":"gap-actions","uuid":"74422117","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/74422117?v=4","repositories_count":7,"last_synced_at":"2023-03-09T08:40:22.268Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/gap-actions","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-18T21:59:49.341Z","updated_at":"2023-03-09T08:40:22.277Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gap-actions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gap-actions/repositories"},"tags":[{"name":"v2.5.0","sha":"014ec08d49caea315043800e1a1704ed68d106ef","kind":"commit","published_at":"2025-09-03T19:51:22.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v2.5.0","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"1a3e83732fd2f91fb6e840ac665de8608f36742c","kind":"commit","published_at":"2025-08-29T13:01:25.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v2.4.0","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v2.4.0","dependencies_parsed_at":"2025-09-02T06:21:52.513Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"488e61c7bd6c56208701e82ad427ee033fd41971","kind":"commit","published_at":"2023-11-29T10:13:23.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v2.3.0","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v2.3.0","dependencies_parsed_at":"2023-12-02T04:33:01.858Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.3.0/manifests"},{"name":"cygwin-v2.2.0","sha":"56876708110932c6d6327274457eda305cca0c0f","kind":"tag","published_at":"2022-04-27T10:00:38.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/cygwin-v2.2.0","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/cygwin-v2.2.0","dependencies_parsed_at":"2023-05-31T15:03:52.526Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@cygwin-v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/cygwin-v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/cygwin-v2.2.0/manifests"},{"name":"v2","sha":"a4a319e0c06419822e3a2847e6690703a1488a55","kind":"commit","published_at":"2022-04-20T20:58:54.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v2","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v2","dependencies_parsed_at":"2023-05-31T15:03:53.401Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2/manifests"},{"name":"v2.2.0","sha":"a4a319e0c06419822e3a2847e6690703a1488a55","kind":"commit","published_at":"2022-04-20T20:58:54.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v2.2.0","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-31T15:03:52.978Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.2.0/manifests"},{"name":"v1","sha":"d23b44fe11e000b2a7d08d8edff1f1f2aa789958","kind":"tag","published_at":"2022-01-27T09:31:27.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v1","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v1","dependencies_parsed_at":"2023-05-31T15:03:55.732Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v1/manifests"},{"name":"v1.0.1","sha":"d23b44fe11e000b2a7d08d8edff1f1f2aa789958","kind":"tag","published_at":"2022-01-27T09:31:23.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v1.0.1","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T15:03:55.002Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"dbdf149c6748012b65bf8a180b00a9e1e8550a4c","kind":"tag","published_at":"2022-01-27T09:31:13.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v1.0.0","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T15:03:55.307Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v1.0.0/manifests"},{"name":"cygwin-v2.1.1","sha":"46cf333e4fd1b615807d306e5b25487e2f6b66fa","kind":"tag","published_at":"2022-01-27T08:56:57.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/cygwin-v2.1.1","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/cygwin-v2.1.1","dependencies_parsed_at":"2023-05-31T15:03:56.000Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@cygwin-v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/cygwin-v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/cygwin-v2.1.1/manifests"},{"name":"cygwin-v2.1.0","sha":"7b5b74ed9d6b8ce0d0afb53148799b492d859300","kind":"tag","published_at":"2022-01-27T08:56:49.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/cygwin-v2.1.0","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/cygwin-v2.1.0","dependencies_parsed_at":"2023-05-31T15:03:56.285Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@cygwin-v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/cygwin-v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/cygwin-v2.1.0/manifests"},{"name":"v2.1.1","sha":"e94c556b74dc592d3f4ec76aa1c511f57d87e375","kind":"tag","published_at":"2022-01-27T08:56:33.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v2.1.1","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v2.1.1","dependencies_parsed_at":"2023-05-31T15:03:53.816Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"a07eaabad60838e51429f3cdd8dcf2e9e5bb36d7","kind":"tag","published_at":"2022-01-27T08:56:21.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v2.1.0","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-31T15:03:54.247Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"ce34fb56dcefec6e212141937feac457cd86ebbe","kind":"tag","published_at":"2022-01-27T08:54:33.000Z","download_url":"https://codeload.github.com/gap-actions/process-coverage/tar.gz/v2.0.0","html_url":"https://github.com/gap-actions/process-coverage/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-31T15:03:54.617Z","dependency_job_id":null,"purl":"pkg:github/gap-actions/process-coverage@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/tags/v2.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-11T02:43:53.595Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":94,"rankings":{"downloads":null,"dependent_repos_count":4.9310727301537005,"dependent_packages_count":0.0,"stargazers_count":48.29979401045793,"forks_count":21.6891142449691,"docker_downloads_count":null,"average":18.729995246395184},"purl":"pkg:githubactions/gap-actions/process-coverage","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/gap-actions/process-coverage","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/gap-actions/process-coverage","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/gap-actions/process-coverage/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-13T20:30:23.725Z","issues_count":8,"pull_requests_count":16,"avg_time_to_close_issue":44369533.6,"avg_time_to_close_pull_request":1679407.8333333333,"issues_closed_count":5,"pull_requests_closed_count":12,"pull_request_authors_count":5,"issue_authors_count":2,"avg_comments_per_issue":0.75,"avg_comments_per_pull_request":0.4375,"merged_pull_requests_count":12,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":1,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":89599.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.8571428571428571,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/gap-actions%2Fprocess-coverage/issues","maintainers":[{"login":"fingolfin","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fingolfin"}],"active_maintainers":[{"login":"fingolfin","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fingolfin"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gap-actions%2Fprocess-coverage/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gap-actions%2Fprocess-coverage/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gap-actions%2Fprocess-coverage/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gap-actions%2Fprocess-coverage/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/gap-actions%2Fprocess-coverage/codemeta","maintainers":[]}