codeclimate / test-reporter

Code Climate Test Reporter
MIT License
156 stars 76 forks source link

Alternative GitHub Action #432

Closed amancevice closed 1 year ago

amancevice commented 4 years ago

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.

efueger commented 4 years ago

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

Mikaleb commented 3 years ago

So ?

amancevice commented 1 year ago

closing as stale