From 9fa75ecd2389b563e30ed3b31ca8058afe3a6039 Mon Sep 17 00:00:00 2001 From: Francisco Avila Date: Tue, 31 May 2022 21:22:21 -0700 Subject: [PATCH 1/2] fix(ci): fix codeclimate reporting --- .github/workflows/unit-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index a343ae4..e9a10c1 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -39,8 +39,9 @@ jobs: with: node-version: '14.x' - run: npm ci - - uses: paambaati/codeclimate-action@v2.5.7 + - uses: paambaati/codeclimate-action@v3.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: coverageCommand: npm run test:coverage + debug: true From 256debf954274c322bbd141bb4454f39928e9b95 Mon Sep 17 00:00:00 2001 From: Francisco Avila Date: Tue, 31 May 2022 21:42:19 -0700 Subject: [PATCH 2/2] force a push --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6694d01..e3416d7 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,4 @@ git cz ```bash GITHUB_TOKEN=your_token npx semantic-release --dry-run ``` +