Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions data/tools/go-mutesting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: go-mutesting
categories:
- linter
tags:
- go
license: MIT License
types:
- cli
source: 'https://github.com/jonbaldie/go-mutesting'
homepage: 'https://jonbaldie.github.io/go-mutesting/'
description: >-
Mutation testing for Go. Applies code mutations (arithmetic, branch, expression,
loop, statement, concurrency, and more) and checks whether tests catch them.
Reports a mutation score index (MSI) with CI quality gates, per-test filtering,
parallel execution, and JSON output designed for LLM consumption.
Loading