test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

Alternative GitHub Action

Open amancevice opened this issue 5 years ago • 2 comments

Hi, I created an alternative GitHub Action for setting up the Code Climate test reporter tool that I wanted to bring to your attention: amancevice/setup-code-climate

I based it on the official tool for using terraform with GitHub Actions. I just wanted to bring it to your attention — I have been using it for my personal projects.

Example usage in a job:

- uses: amancevice/setup-code-climate@v0
  with:
    cc_test_reporter_id: ${{ secrets.CC_TEST_REPORTER_ID }}
    cc_test_reporter_version: latest  # optional
- run: cc-test-reporter before-build
# ...run test suite...
- run: cc-test-reporter after-build

Thanks! Love using Code Climate.

amancevice avatar Jun 08 '20 18:06 amancevice

Thanks @amancevice ! Putting this in the queue for our engineering team to review.

efueger avatar Jun 08 '20 18:06 efueger

So ?

Mikaleb avatar Mar 03 '21 15:03 Mikaleb

closing as stale

amancevice avatar May 30 '23 12:05 amancevice