mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-26 06:18:05 +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
|
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:
|
||||||
|
|||||||
@@ -109,8 +109,3 @@ linter: jetbrains/qodana-dotnet:2024.3
|
|||||||
|
|
||||||
dotnet:
|
dotnet:
|
||||||
solution: QuanTAlib.sln
|
solution: QuanTAlib.sln
|
||||||
|
|
||||||
coverage:
|
|
||||||
pathMappings:
|
|
||||||
- from: ""
|
|
||||||
to: /data/project
|
|
||||||
|
|||||||
Reference in New Issue
Block a user