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"