Skip to content

Commit

Permalink
test with coverage_reporter_version
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy committed Jan 8, 2024
1 parent 1ee87c7 commit aa57cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ runs:
if [ -n "${{ inputs.force-coverage-parser }}" ]; then force_parser="--force-coverage-parser ${{ inputs.force-coverage-parser }}"; else force_parser=""; fi
if [ -n "${{ inputs.language }}" ]; then lang="--language ${{ inputs.language }}"; else lang=""; fi
bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-coverage-reporter/master/get.sh) report $lang $force_parser $auth $params --partial &&\
bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-coverage-reporter/master/get.sh) final $auth
bash <(curl -Ls https://coverage.codacy.com/get.sh) report $lang $force_parser $auth $params --partial &&\
bash <(curl -Ls https://coverage.codacy.com/get.sh) final $auth

0 comments on commit aa57cf8

Please sign in to comment.