From 90fe23a0b242de19235c7d7b8a28cb8ee6cc2a9f Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Fri, 13 Feb 2026 19:42:04 +0800 Subject: [PATCH] fix(coverage): add correct prefix for coverage --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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