Set up code coverage CI service for Axom
Open
@white238 is already working on this.
Since Dec 13, 2021.
Build system
CI
maintenance
Reviewed
Software process
- Dominant language
- C++
- Stars
- 196
- Forks
- 34
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 11
Description
Axom does not currently track code coverage in its CI plan.
We should set up code coverage with a service like [codecov](https://codecov.io/), [coverity](https://scan.coverity.com) or [coveralls](https://coveralls.io/).
#### 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.