layout | title | parent | grand_parent | nav_order |
---|---|---|---|---|
default |
GitHub Action - Update Code Climate test coverage |
CI/CD |
Guides |
10 |
{: .no_toc }
Runs unit and coverage tests, then uploads the coverage results to the Code Climate dashboard.
{% include page-toc.md %}
This action is related to the workflow file:
.github/workflows/auto-git-release.yml
List of necessary requirements for NRN
Update Code Climate test coverage
automation to work properly.
CC_TEST_REPORTER_ID
: Used to associate the Code Climate coverage report to the proper Code Climate project.- Get it from Code Climate in "Repo settings > Test coverage".
- Create the
CC_TEST_REPORTER_ID
as Github secret for your app.