diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a04f088..4d9fc15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,5 +56,5 @@ jobs: with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} format: jacoco - add-prefix: src/main/kotlin/ + add-prefix: sshlib/src/main/kotlin/ files: ${{ github.workspace }}/sshlib/build/reports/jacoco/test/jacocoTestReport.xml