You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix to #634 makes test --coverage use a very sensible default. However, doesn't automate things for you if you want coverage reports that span multiple packages or include test-suite code.
One possibility would be to use the decisions from #652, and have a --hpc-options flag that specifies extra hpc options. This seems like a good thing to have in general, but TBH hpc's CLI is a bit unwieldy. So it may also be good to have some of the common patterns of usage wrapped up in some nice flags.
Another thing to consider here is the possibility of having a "unified" coverage report for your project - #579
The text was updated successfully, but these errors were encountered:
It might be worthwhile to have a stack hpc command, which wraps the hpc program, providing it all the dirs it needs for .mix files. This would allow you to analyze .tix files that come from executable runs.
The fix to #634 makes
test --coverage
use a very sensible default. However, doesn't automate things for you if you want coverage reports that span multiple packages or include test-suite code.One possibility would be to use the decisions from #652, and have a
--hpc-options
flag that specifies extrahpc
options. This seems like a good thing to have in general, but TBH hpc's CLI is a bit unwieldy. So it may also be good to have some of the common patterns of usage wrapped up in some nice flags.Another thing to consider here is the possibility of having a "unified" coverage report for your project - #579
The text was updated successfully, but these errors were encountered: