Anders Hovmöller
Anders Hovmöller
Could you try again with the latest code that is on `main` now? I have made some improvements to this.
Maybe you could try to reproduce this on a smaller repo that you can share? Doing it back and forth like this isn't going so well...
@StevenAngel-ai You have an entirely different issue. Can you please post a new issue for this and remove your comment from this issue?
It wasn't a lot of code before, so it is probably easy to do. I personally don't use this feature (and kinda think it's a bad idea/useless), so I think...
I think running mutmut in CI is a bad idea itself. Mutmut is a tool to improve your tests. It's also way too expensive to run over and over again...
Did you run `mutmut run` first? If so, what was the output?
Is this project available somewhere so I can try this?
Just a note: you should NOT commit the mutants directory to git!
They are temporary files for working with mutation testing. I bet it's the same with the cosmic ray files you have committed. At least the .sqlite files seem iffy to...
@MrMicc `MutmutProgrammaticFailException` is on purpose. If it doesn't manage to do that, it will fail for real, so that's not it. Is that project available so I can test?