Olga Govor

Results 5 comments of Olga Govor

I passed correct tests directory with correct regexp and in 95% tests pass without any issues. But sometimes randomly I've got results like `Found test suites does not match results....

Up, the same for `mumut show`, `mutmut html`, `mumut junitxml` Run on python 3.9

workaround: delete dict_synonyms parameter from configuration at all

For us it was an issue with different threads that used the same results folder. After small update to put results in different folders for different threads (unfortunately it's hardcoded...

hi @guychienll in lib/cli.js you can find such line of code `const resultsPath = path.join(process.cwd(), 'runner-results');` So here the name of directory for results is hardcoded. I've added here parameter...