diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff77598..dc51f72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,25 +40,3 @@ jobs: with: name: coverage path: coverage/ - - coverage: - needs: [ lint, test ] - name: coverage - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Download tests result from test - uses: actions/download-artifact@v4.1.7 - with: - name: coverage - - name: Publish code coverage to codeclimate - uses: paambaati/codeclimate-action@v3.2.0 - env: - CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} - GIT_BRANCH: ${{ github.ref }} - GIT_COMMIT_SHA: ${{ github.sha }} - with: - workingDirectory: ${{github.workspace}} - debug: true - coverageLocations: | - ${{github.workspace}}/coverage/coverage.json:simplecov