Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.02 KB

gha-update-codeclimate-coverage.md

File metadata and controls

36 lines (24 loc) · 1.02 KB
layout title parent grand_parent nav_order
default
GitHub Action - Update Code Climate test coverage
CI/CD
Guides
10

GitHub Action - Update Code Climate test coverage

{: .no_toc }

Runs unit and coverage tests, then uploads the coverage results to the Code Climate dashboard.

{% include page-toc.md %}


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.
    1. Get it from Code Climate in "Repo settings > Test coverage".
    2. Create the CC_TEST_REPORTER_ID as Github secret for your app.