binhonglee / coco

Code coverage for Nim lang (CLI + library)
MIT License
46 stars 3 forks source link

Temporary workaround for #18 #20

Closed binhonglee closed 3 years ago

binhonglee commented 3 years ago

This is less of a fix and more of a workaround to deal with the generated_not_to_break_here line created by the nim compiler. Tested locally with another project (with the compiled binary) and it works. The test still fails however due to it trying to run the binaries the second time after its deleted. Might need more time to dig into it and open a separate PR to fix that instead.