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
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
uses: JetBrains/qodana-action@v2024.3.4
env: