giacrossi / FORbID

Simple OOP Fortran Definite Integrals Solver
12 stars 2 forks source link

Code coverage analysis #6

Open szaghi opened 8 years ago

szaghi commented 8 years ago

An index of good code is its coverage analysis: there are many solutions available to automate this stuff. I suggest https://codecov.io/ it integrates very well with Travis CI and Fortran (by means of gfortran and gcov).