axom
axom copied to clipboard
Set up code coverage CI service for Axom
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
I noticed Azure Pipelines has a "Setup Code Coverage" button if you click on a pipeline. Not sure what it uses.
Copy over codecov/azure stuff from serac