{"id":18867879,"url":"https://github.com/stryker-mutator/github-action","last_synced_at":"2025-08-14T19:04:47.478Z","repository":{"id":66235975,"uuid":"559165066","full_name":"stryker-mutator/github-action","owner":"stryker-mutator","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-24T14:33:31.000Z","size":21,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-25T18:27:25.106Z","etag":null,"topics":["hacktoberfest","mutation-testing","stryker"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stryker-mutator.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-29T09:02:34.000Z","updated_at":"2024-07-10T23:05:49.000Z","dependencies_parsed_at":"2023-02-20T16:46:08.094Z","dependency_job_id":"79a4b3cf-52de-4409-be9c-e2ba124049d9","html_url":"https://github.com/stryker-mutator/github-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stryker-mutator%2Fgithub-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stryker-mutator%2Fgithub-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stryker-mutator%2Fgithub-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stryker-mutator%2Fgithub-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stryker-mutator","download_url":"https://codeload.github.com/stryker-mutator/github-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248897190,"owners_count":21179554,"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":["hacktoberfest","mutation-testing","stryker"],"created_at":"2024-11-08T05:11:44.007Z","updated_at":"2025-04-14T14:31:39.123Z","avatar_url":"https://github.com/stryker-mutator.png","language":"Shell","readme":"# Run Stryker GitHub Action\n\nThis action runs [Stryker.NET](https://stryker-mutator.io/docs/stryker-net/introduction/) on your specified test project.\n\n## Inputs\n\n### `tool`\n\n**Required** The version of stryker that needs to be ran. accepted values: 'Stryker.NET'\n\n### `testProject`\n\n**Required** The path to the directory of the test project that needs to be tested by Stryker. No default.\n\n### `breakAt`\n\n**Optional** Set the minimal mutation score threshold for the action to succeed. If the threshold is not met, the action will fail the pipeline. The default value is `0`. \n\n## Outputs\n\n### `html-report`\n\nThis action generates an HTML report from the Stryker run, which can be uploaded as an artifact.\n\n## Example usage\n\n```yaml\n# File: .github/workflows/mutation-test.yaml\n\non:\n  # Run the mutation tests when changes are pushed to the main branch\n  push:\n    branches:\n      - 'main'\njobs:\n  mutation-test:\n    uses: actions/checkout@v3\n\n    uses: stryker-mutator/github-action@v0.0.1\n      with:\n        testProject: \"BusinessLogic.Test/\" # required\n        breakAt: \"75\" # Optional\n\n    uses: actions/upload-artifact@v3\n      with:\n        name: html-report\n        path: ${{github.workspace}}/BusinessLogic.Test/StrykerOutput/**/**/*.html","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstryker-mutator%2Fgithub-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstryker-mutator%2Fgithub-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstryker-mutator%2Fgithub-action/lists"}