Skip to content

Commit

Permalink
Jacoco Fix after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLydonKing committed Dec 14, 2023
1 parent 1c49657 commit c3ec5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jacoco_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: jacoco
uses: madrapps/[email protected]
with:
paths: ${{ github.workspace }}/service/target/scala-${{ matrix.scala_short }}/jacoco/report/jacoco.xml
paths: ${{ github.workspace }}/rest/target/scala-${{ matrix.scala_short }}/jacoco/report/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: ${{ matrix.overall }}
min-coverage-changed-files: ${{ matrix.changed }}
Expand Down

0 comments on commit c3ec5f2

Please sign in to comment.