edoddridge / aronnax

An idealised isopycnal model that can be run either with n+1/2 layers, or with n layers and variable bathymetry.
http://aronnax.readthedocs.io/en/latest/
MIT License
24 stars 6 forks source link

Fortran code coverage #129

Closed edoddridge closed 7 years ago

edoddridge commented 7 years ago

Coveralls made it difficult to measure code coverage for both the Fortran and Python code in a cohesive way. Codecov does it very easily and amalgamates the results automatically.

The code coverage tool assesses only the code that is run by the test suite. The test suite does not currently run any of the Hypre code. This PR successfully implements an automated method to show that deficiency.

codecov[bot] commented 7 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@cf7efd9). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #129   +/-   ##
========================================
  Coverage          ?   89.9%           
========================================
  Files             ?       5           
  Lines             ?    1070           
  Branches          ?      47           
========================================
  Hits              ?     962           
  Misses            ?      89           
  Partials          ?      19

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cf7efd9...6340700. Read the comment docs.