Skip to content

Commit

Permalink
fix build dir in action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi-Jr committed Jun 26, 2024
1 parent 28af5a1 commit 3e64e7c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@ jobs:
java-version: '21'
distribution: 'temurin'
- uses: gradle/gradle-build-action@v2
env:
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
with:
arguments: build
gradle-version: 8.7
build-root-directory: app
- name: Publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
JACOCO_SOURCE_PATH: ${{github.workspace}}/app/src/main/java
JACOCO_SOURCE_PATH: ${{github.workspace}}/src/main/java
with:
coverageCommand: make report
coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
coverageLocations: ${{github.workspace}}/build/reports/jacoco/test/jacocoTestReport.xml:jacoco

0 comments on commit 3e64e7c

Please sign in to comment.