Skip to content

Commit

Permalink
Merge pull request #26 from eliflores/dependabot/github_actions/paamb…
Browse files Browse the repository at this point in the history
…aati/codeclimate-action-3.0.0

Bump paambaati/codeclimate-action from 2.6.0 to 3.0.0
  • Loading branch information
eliflores authored Aug 18, 2022
2 parents 5bc68e4 + cf1dd34 commit c21f657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: chmod +x gradlew

- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v2.6.0
uses: paambaati/codeclimate-action@v3.0.0
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
JACOCO_SOURCE_PATH: "${{github.workspace}}/src/main/java"
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
JACOCO_SOURCE_PATH: "${{ github.workspace }}/src/main/java"
with:
coverageCommand: ./gradlew test
coverageLocations: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
Expand Down

0 comments on commit c21f657

Please sign in to comment.