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 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 ``` +