Open
Description
Not a big priority, but we could probably add a CI job that uses gcov
to report the test line coverage for our C
code. Currently we only have data/stats for the Python part: https://app.codecov.io/gh/darshan-hpc/darshan
We can find upstream examples easily enough: https://github.com/scipy/scipy/blob/main/ci/azure-travis-template.yaml#L178
I'm not sure which jobs we'd add this to--maybe the runtime/functional testing job + 1 of the regular Python ones for flushing of runtime and util lib code.