Nathan Moinvaziri
Nathan Moinvaziri
I confirmed the issue. It appears to crash even with a simple `main()` that `return 0;`. I upgraded my WSL to Ubuntu 22 and tried GCC 11.3.0 & 10.4.0 &...
@mtl1979 do you want to close this issue?
Might be a good idea to set the process priority too? https://stackoverflow.com/questions/1023038/change-process-priority-in-python-cross-platform
I tried looking through the code source code, and only found it using `--outputFile` with regard to JSON [here](https://github.com/SteveGilham/altcover/blob/c5cd774650116cf1da3d93416758f50f8fed8488/AltCover.Engine/Runner.fs#L1360). However, I admit I don't know the project well enough and...
I just realized that the `Getting results...` line might not be the place where coverage data is be saved to. I did find that the coverage file at the `--outputFile`...
> The root of the problem is naming the output file with .acv suffix, in particular a name of the form [Coverage Report].*.acv which used by altcover for intermediate files;...
I think my coverage problem was/is unrelated to what I initially thought it was. It ended up being that each instrumented directory (I have a solution with multiple console apps),...
This is intentional and a change in recent version.
I didn't see the `c` part in your second example. That looks like an issue.
I have reverted changes in #756 which should fix this.