MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
295 stars 182 forks source link

Generate weekly coverage report for C++ code #2786

Open daljit46 opened 10 months ago

daljit46 commented 10 months ago

As mentioned in #2773, this adds a Github Actions workflow to generate a coverage report for C++. It outputs a coverage report after running unit and binary tests. Also generates an html file to view coverage in a browser (using gcovr).

jdtournier commented 5 months ago

I suspect this needs to be merged to dev...?

daljit46 commented 5 months ago

This needs to be on master for the same reasons as #2763.