fortran-lang/stdlib

Instrument stdlib with codecoverage and sanitizers

Opened this issue · 3 comments

Motivation

I think it would be advisable for stdlib to count with a strong validation process beyond the current testing framework. Typically

These tools can be used as github actions to produce html reports to help improve the code quality.

Prior Art

No response

Additional Information

No response

jvdp1 commented

I think it is a good idea. But I have no experience with these tools.

Other Fortran libraries such as json-fortran already implement these tools and could serve as an inspiration for the CI setup

jvdp1 commented

The Fortran-lang project test-drive also uses such tools.