mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-08 14:07:44 +00:00
feat(ci): update coverage path handling in Qodana configuration; add debug output for coverage XML paths
This commit is contained in:
@@ -182,9 +182,13 @@ jobs:
|
||||
name: coverage-reports
|
||||
path: .qodana/code-coverage
|
||||
|
||||
- name: Fix Coverage Paths
|
||||
- name: Debug Coverage Paths
|
||||
run: |
|
||||
find .qodana/code-coverage -name "*.xml" -type f -exec sed -i 's|/home/runner/work/QuanTAlib/QuanTAlib|/data/project|g' {} +
|
||||
echo "=== Coverage XML paths sample ==="
|
||||
grep -h 'fullPath=' .qodana/code-coverage/*.xml | head -10
|
||||
echo ""
|
||||
echo "=== Project structure ==="
|
||||
find . -name "*.cs" -type f | grep -E "lib/|quantower/" | head -10
|
||||
|
||||
- name: Qodana Scan
|
||||
uses: JetBrains/qodana-action@v2024.3.4
|
||||
|
||||
Reference in New Issue
Block a user