Skip to content

Commit

Permalink
Updated main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alina tarasova committed May 22, 2024
1 parent 3d7ad98 commit 8a6939b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
JACOCO_SOURCE_PATH: /app/src/main/java
with:
#workingDirectory: app
coverageCommand: ./gradlew jacocoTestReport
coverageCommand: make report
coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco

#security:
Expand Down

0 comments on commit 8a6939b

Please sign in to comment.