feat(ci): fix coverage paths in Qodana configuration; remove unused pathMappings in qodana.yaml

This commit is contained in:
Miha Kralj
2025-12-26 12:17:49 -08:00
parent 9c113767ec
commit 47488985e1
2 changed files with 4 additions and 5 deletions
+4
View File
@@ -182,6 +182,10 @@ jobs:
name: coverage-reports name: coverage-reports
path: .qodana/code-coverage path: .qodana/code-coverage
- name: Fix Coverage Paths
run: |
find .qodana/code-coverage -name "*.xml" -type f -exec sed -i 's|/home/runner/work/QuanTAlib/QuanTAlib|/data/project|g' {} +
- name: Qodana Scan - name: Qodana Scan
uses: JetBrains/qodana-action@v2024.3.4 uses: JetBrains/qodana-action@v2024.3.4
env: env:
-5
View File
@@ -109,8 +109,3 @@ linter: jetbrains/qodana-dotnet:2024.3
dotnet: dotnet:
solution: QuanTAlib.sln solution: QuanTAlib.sln
coverage:
pathMappings:
- from: ""
to: /data/project