From 8d6bfdcd73e0604fcdc93e7670b7a75a8ae708b7 Mon Sep 17 00:00:00 2001 From: SecretSheppy <62794249+SecretSheppy@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:55:39 +0100 Subject: [PATCH] chore: add config for running marv on go-mutesting results --- .gitignore | 5 ++++- .marv.yml | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .marv.yml diff --git a/.gitignore b/.gitignore index c8ab71e..cd44fdf 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,7 @@ lib .marv # Test Datasets -.test_datasets \ No newline at end of file +.test_datasets + +# go-mutesting report +report.json \ No newline at end of file diff --git a/.marv.yml b/.marv.yml new file mode 100644 index 0000000..d016683 --- /dev/null +++ b/.marv.yml @@ -0,0 +1,8 @@ +marv: + port: 8080 + output: + path: .marv + merge: false + +go-mutesting: + json-report: "report.json"