Open brandon-leapyear opened 4 years ago
:sparkles: This is an old work account. Please reference @brandonchinn178 for all future communication :sparkles:
Possible solution: if tixModuleName tixModule
is Main
, only allow the mix directory for --main-package
to be used
Describe the bug
If you have two projects, one with a test suite and one with an executable, then running
hpc-lcov
on the.tix
file generated by the executable will find the wrong.mix
file for theMain
moduleSteps to Reproduce
Expected behavior
Environment
Additional context
Workaround: delete or move the
Main.mix
file for the test suite