cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
16 stars 21 forks source link

Improve branch coverage as reported by LLVM #1055

Closed hsorby closed 5 months ago

hsorby commented 1 year ago

The next frontier in coverage is branch coverage. I would like to see the CI incorporate in a measure for the branch coverage given by llvm coverage. I would also like to see the CI set a minimum bound for the branch coverage so we can only increase branch coverage, until we reach 100% coverage for branches.

agarny commented 5 months ago

@hsorby, has this not been done?

hsorby commented 5 months ago

Yes it has, someone clearly has not closed it our linked it to a PR>