mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 18:18:04 +00:00
feat(ci): fix coverage paths in Qodana configuration; remove unused pathMappings in qodana.yaml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user