Rusin Nikita
Rusin Nikita
Hi! Mutation causes test fail. Did I understand right?
--threshold-efficacy have value in percent So, you need to use `100` instead of `1.0` https://gremlins.dev/latest/usage/commands/unleash/#threshold-efficacy
Looks like problem in dependency (honnef.co/go/tools). It looks like it was not ready for some values. I enabled `exported-is-used: false` in golangci-lint repository and hit run with debuger. I got...
gremlins runs a tests for a mutant package. We can create a cache map with package test timeouts. Before running tests against mutant we take timeout from the cache. If...
Yes. It seems complete. Do you need help to finish it?
I see it as a `--verbose/-v` and `--output-statuses/-s "LIVED, NOT COVERED"` flags. This flags should work for any output format chosen via `--format html/junit/md/json` flag. I can add these flags...
Hi! I don't understand why different behaviour expected. That's different mutators. One for `==, !=` other for `>, , Conditionals negation inverts the conditional direction, which means a == will...
Yep! Got it. I'll find a fix
Here should be continue instead of return. https://github.com/go-gremlins/gremlins/blob/main/internal/engine/engine.go#L142 Because of that, it checks for CONDITIONALS_BOUNDARY and returns. So, it do not checks for CONDITIONALS_NEGATION. Do you want to make PR?
I added theme as a module. So I can't delete theme data file. It seems like it combines theme data and my project data. Hero and "what can i do"...