{"id":36602586,"url":"https://github.com/rife2/bld-pitest","last_synced_at":"2026-03-17T03:14:13.586Z","repository":{"id":191450913,"uuid":"684665342","full_name":"rife2/bld-pitest","owner":"rife2","description":"PIT Mutation Testing and Coverage for bld","archived":false,"fork":false,"pushed_at":"2026-01-03T22:55:50.000Z","size":563,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-06T02:08:11.156Z","etag":null,"topics":["bld","build","build-system","build-tool","build-tool-plugin","coverage","extension","mutation-testing","pit","pitest","test","testing"],"latest_commit_sha":null,"homepage":"","language":"Java","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/rife2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2023-08-29T15:52:16.000Z","updated_at":"2026-01-03T22:55:53.000Z","dependencies_parsed_at":"2025-12-31T17:07:44.226Z","dependency_job_id":null,"html_url":"https://github.com/rife2/bld-pitest","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"5060de11a294395d239148526c1e818f063cec34"},"previous_names":["rife2/bld-pitest"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/rife2/bld-pitest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-pitest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-pitest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-pitest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-pitest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rife2","download_url":"https://codeload.github.com/rife2/bld-pitest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rife2%2Fbld-pitest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["bld","build","build-system","build-tool","build-tool-plugin","coverage","extension","mutation-testing","pit","pitest","test","testing"],"created_at":"2026-01-12T08:40:09.164Z","updated_at":"2026-03-17T03:14:13.579Z","avatar_url":"https://github.com/rife2.png","language":"Java","readme":"# [PIT Mutation Testing](https://pitest.org/) Extension for [b\u003cspan style=\"color:orange\"\u003el\u003c/span\u003ed](https://rife2.com/bld)\n\n[![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Java](https://img.shields.io/badge/java-17%2B-blue)](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)\n[![bld](https://img.shields.io/badge/2.3.0-FA9052?label=bld\u0026labelColor=2392FF)](https://rife2.com/bld)\n[![Release](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo.rife2.com%2Freleases%2Fcom%2Fuwyn%2Frife2%2Fbld-pitest%2Fmaven-metadata.xml\u0026color=blue)](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-pitest)\n[![Snapshot](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo.rife2.com%2Fsnapshots%2Fcom%2Fuwyn%2Frife2%2Fbld-pitest%2Fmaven-metadata.xml\u0026label=snapshot)](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-pitest)\n[![GitHub CI](https://github.com/rife2/bld-pitest/actions/workflows/bld.yml/badge.svg)](https://github.com/rife2/bld-pitest/actions/workflows/bld.yml)\n\nTo install the latest version, add the following to the\n`lib/bld/bld-wrapper.properties` file:\n\n```properties\nbld.extension-pitest=com.uwyn.rife2:bld-pitest\n```\n\nFor more information, please refer to the\n[extensions](https://github.com/rife2/bld/wiki/Extensions) documentation.\n\n## Mutation Testing with PIT\n\nTo run mutation tests and coverage, add the following to your build file:\n\n```java\n@BuildCommand(summary = \"Run PIT mutation tests\")\npublic void pit() throws Exception {\n    new PitestOperation()\n        .fromProject(this)\n        .reportDir(Path.of(\"reports\", \"mutations\"))\n        .targetClasses(pkg + \".*\")\n        .targetTests(pkg + \".*\")\n        .verbose(true)\n        .execute();\n    }\n```\n\n```console\n./bld compile pit\n\n```\n\n- [View Examples Project](https://github.com/rife2/bld-pitest/blob/master/examples/src/bld/java/com/example/)\n\nPlease check the\n[PitestOperation documentation](https://rife2.github.io/bld-pitest/rife/bld/extension/PitestOperation.html#method-summary)\nfor all available configuration options.\n\n## Pitest (PIT) Dependency\n\nDon't forget to add the Pitest `test` dependencies to your build file, as the\nare not provided by the extension. For example:\n\n```java\nrepositories = List.of(MAVEN_CENTRAL);\nscope(test)\n    .include(dependency(\"org.pitest\", \"pitest\", version(1, 23, 0)))\n    .include(dependency(\"org.pitest\", \"pitest-command-line\", version(1, 23, 0)))\n    .include(dependency(\"org.pitest\", \"pitest-junit5-plugin\", version(1, 2, 3)))\n    .include(dependency(\"org.pitest\", \"pitest-testng-plugin\", version(1, 0, 0)));\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frife2%2Fbld-pitest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frife2%2Fbld-pitest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frife2%2Fbld-pitest/lists"}