Add github/workflows dir and codecov.yaml file#533
Conversation
Following directions on codecov site to add it has a github action.
|
What the directions say: "After you committed your changes [this PR] and ran the repo's CI/CD pipeline. In your pull request, you should see two status checks and PR comment. |
|
@rljacob @jayeshkrishna |
|
@rljacob @jayeshkrishna Its workflow file (ci.yml) is For SCORPIO, we also need the checkout/build/run steps to generate GCOV files. Also, SCORPIO uses CMake and it has a lot of dependent libs (netcdf/pnetcdf/...). The workflow file might be complicate like this one: When configuring SCORPIO, we need turn on PIO_ENABLE_COVERAGE CMake option to add GCOV -fprofile-arcs -ftest-coverage flags. |
|
Ok I guess its not as simple as they suggested. https://app.codecov.io/gh/E3SM-Project/scorpio/new |
Following directions on codecov site to add it as a github action.