GitHub Action - Update Code Climate test coverage
Runs unit and coverage tests, then uploads the coverage results to the Code Climate dashboard.
Table of contents
Workflow file(s)
This action is related to the workflow file:
.github/workflows/auto-git-release.yml
Configuring the action
Required GitHub secrets
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.