fortran-lang/stdlib

Instrument stdlib with codecoverage and sanitizers

jalvesz opened this issue · 5 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

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

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