axom icon indicating copy to clipboard operation
axom copied to clipboard

Set up code coverage CI service for Axom

Open kennyweiss opened this issue 4 years ago • 2 comments

Axom does not currently track code coverage in its CI plan.

We should set up code coverage with a service like codecov, coverity or coveralls.

Details:

We can base our configuration on:

  • Raja (codecov)
    • https://github.com/LLNL/RAJA/blob/develop/codecov.yml
    • https://github.com/LLNL/RAJA/blob/develop/.travis.yml
  • Conduit (coveralls)
    • https://github.com/LLNL/conduit/blob/master/.travis.yml

kennyweiss avatar Mar 31 '20 23:03 kennyweiss

I noticed Azure Pipelines has a "Setup Code Coverage" button if you click on a pipeline. Not sure what it uses.

white238 avatar Apr 03 '20 04:04 white238

Copy over codecov/azure stuff from serac

rhornung67 avatar Dec 13 '21 22:12 rhornung67