Skip to content

Commit

Permalink
Fixes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Aug 1, 2023
1 parent 1957781 commit 53a72bc
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 @@ -49,7 +49,7 @@ jobs:
id: jacoco
uses: madrapps/jacoco-report@v1.3
with:
paths: ${{ github.workspace }}/target/scala-${{ matrix.scalaShot }}/jacoco/report/jacoco.xml
paths: ${{ github.workspace }}/target/scala-${{ matrix.scalaShort }}/jacoco/report/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: ${{matrix.overall }}
min-coverage-changed-file: ${{ matrix.changed }}
Expand Down

0 comments on commit 53a72bc

Please sign in to comment.