From 08a4a984ee0d5b35eb119f93c385cf8ba5db3882 Mon Sep 17 00:00:00 2001 From: Saiqul Haq Date: Sat, 6 Nov 2021 20:11:57 +0700 Subject: [PATCH] chore: fix codeclimate secret ID & update badges --- .github/workflows/coverage.yml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6999f85..359575c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -28,5 +28,5 @@ jobs: run: bundle exec rspec - name: CodeClimate Post-build upload env: - CC_TEST_REPORTER_ID: 945dfb58a832d233a3caeb84e3e6d3be212e8c7abcb48117fce63b9adcb43647 + CC_TEST_REPORTER_ID: 7eaf794e2ffbbd1bbe4eccd967a5428a6318cad2a33b8fd0baf42d6335a334a0 run: ./cc-test-reporter -d -t simplecov after-build diff --git a/README.md b/README.md index d67fd3a..265ffc6 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ # case_transform2 -![Test Workflow](https://github.com/saiqulhaq/case_transform/actions/workflows/github-actions.yml/badge.svg) -[![Test Coverage](https://api.codeclimate.com/v1/badges/0050890b14e7f9165680/test_coverage)](https://codeclimate.com/github/saiqulhaq/case_transform/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/0050890b14e7f9165680/maintainability)](https://codeclimate.com/github/saiqulhaq/case_transform/maintainability) +[![Audit](https://github.com/saiqulhaq/case_transform/actions/workflows/audit.yml/badge.svg)](https://github.com/saiqulhaq/case_transform/actions/workflows/audit.yml) +[![Test](https://github.com/saiqulhaq/case_transform/actions/workflows/test.yml/badge.svg)](https://github.com/saiqulhaq/case_transform/actions/workflows/test.yml) +[![Test Coverage](https://api.codeclimate.com/v1/badges/0050890b14e7f9165680/test_coverage)](https://codeclimate.com/github/saiqulhaq/case_transform/test_coverage) Transforms string letter case to camel, snake, dash and underscore without activesupport dependencies.