-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No mutants killed #28
Comments
Hi @nfurfaro, thanks for opening an issue! I think there might be an issue in Vertigo here, I'll triage! |
No problem. One thing that may be of help to you: With vertigo, it may be the case that simply forcing recompilation between test runs could solve our issue. |
@nfurfaro Thanks for the tip. There we're actually two small issues I found.
Anyway, it should work now! Version 1.1.3 has the fix. |
@JoranHonig Thanks for working on this so quickly! I'm unable to get it working atm, but it's a different issue.
I want to triple-check and make sure I'm following the right steps to get it up and running. I'm using this as my reference: Update:
|
I think I am getting the exact same issue. `Error: Contract Staker not found in path /private/var/folders/c4/vx4lqxtd5v11mxtr_md_6qdh0000gn/T/tmp4upmx947/build/contracts/Staker.json Truffle v5.1.54 (core: 5.1.54) When simply running Have tried deleting the build folder and running again |
@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
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:
The text was updated successfully, but these errors were encountered: