diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eee3bac..c798732 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,9 @@ jobs: env: CODECLIMATE_API_HOST: https://codebeat.co/webhooks/code_coverage CODECLIMATE_REPO_TOKEN: ${{ secrets.CODECLIMATE_TOKEN }} - run: codeclimate-test-reporter < cover.out + run: | + sed -i 's#/v[0-9]\+/#/#g' cover.out + codeclimate-test-reporter < cover.out Aligo: name: Aligo