-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
@JoranHonig Hello. Great work on this project. I've just started playing with it a bit on a fairly large codebase. I ran a full test (--sample-ratio = 1.0) last night, and the results were 0/247 mutants killed. I was suprised by this, so I picked 1 mutation at random and manually tested it by switching the operator and running some tests targeting this bit of code. I quickly had 5 failing tests, which makes me question the results from this.
I'm wondering if there's any way to tweak settings to produce more accurate results?
I've tried running a smaller sample-ratio (0.1) which just produced
Mutation testing report:
Number of mutations: 24
Killed: 0 / 24
Not sure if I'm doing something wrong here? If so, please feel free to close this issue.
For reference, here's the command & options I passed:
vertigo run --network vertigo_test_network_1 --network vertigo_test_network_2 --truffle-location /Users/overlord/DAPPS/unlock/smart-contracts/node_modules/.bin/truffle --output ./vertigo_output.txt --sample-ratio 0.1
banescusebi
Metadata
Metadata
Assignees
Labels
No labels