Skip to content

Commit

Permalink
Add spaces for input values
Browse files Browse the repository at this point in the history
  • Loading branch information
eliflores committed Aug 18, 2022
1 parent 2b1ca66 commit cf1dd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Test & publish code coverage
uses: paambaati/[email protected]
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 cf1dd34

Please sign in to comment.