{"id":26228091,"url":"https://github.com/apollo-fire/gtest-action","last_synced_at":"2025-09-02T21:50:30.332Z","repository":{"id":44342937,"uuid":"512156820","full_name":"apollo-fire/gtest-action","owner":"apollo-fire","description":"Github action for running Googletest unit test cases","archived":false,"fork":false,"pushed_at":"2025-03-20T14:09:29.000Z","size":98,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-29T10:22:47.294Z","etag":null,"topics":["action","actions"],"latest_commit_sha":null,"homepage":null,"language":"CMake","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/apollo-fire.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}},"created_at":"2022-07-09T10:27:28.000Z","updated_at":"2025-03-20T14:09:05.000Z","dependencies_parsed_at":"2023-12-15T10:29:54.899Z","dependency_job_id":"961030be-2af7-49cf-ae6a-2e29a583f930","html_url":"https://github.com/apollo-fire/gtest-action","commit_stats":{"total_commits":29,"total_committers":3,"mean_commits":9.666666666666666,"dds":"0.24137931034482762","last_synced_commit":"15df991343f655da87dfde8fd54db08dec7cdd8a"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apollo-fire%2Fgtest-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apollo-fire%2Fgtest-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apollo-fire%2Fgtest-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apollo-fire%2Fgtest-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apollo-fire","download_url":"https://codeload.github.com/apollo-fire/gtest-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249740689,"owners_count":21318701,"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":["action","actions"],"created_at":"2025-03-12T20:37:10.300Z","updated_at":"2025-04-19T16:43:23.078Z","avatar_url":"https://github.com/apollo-fire.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gtest_action\nDocker Action that can build and execute Googletest cases\n\n## Example usage\n### Where source code is included in test directories\n```yaml\n- uses: apollo-fire/gtest-action@v0.0.9\n  with:\n    test-path: 'src/tests/drivers;src/tests/application'\n```\n### Where source code is separate to test directory\n```yaml\n- uses: apollo-fire/gtest-action@v0.0.9\n  with:\n    test-path: 'tests/'\n    source-path: 'src/'\n```\n### Where build parallelisation is overridden\n```yaml\n- uses: apollo-fire/gtest-action@v0.0.9\n  with:\n    test-path: 'src/tests/drivers;src/tests/application'\n    parallel-compilation-count: 4\n```\n### Where tests should be run in a shuffled order 10 times\n```yaml\n- uses: apollo-fire/gtest-action@v0.0.9\n  with:\n    test-path: 'src/tests/drivers;src/tests/application'\n    parallel-compilation-count: 4\n    shuffle-count: 10\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapollo-fire%2Fgtest-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapollo-fire%2Fgtest-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapollo-fire%2Fgtest-action/lists"}