mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-03 19:57:44 +00:00
Add Standardize class for Z-Score normalization and update project files
- Implemented the Standardize class for calculating Z-Score normalization over a specified lookback period. - Updated NDepend badge SVG files to reflect new metrics. - Modified NDepend project files to reference the updated solution file name. - Removed outdated documentation files related to indicator proposals and channel documentation remediation. - Updated workspace configuration to point to the new solution file.
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
||||
- name: Run ReSharper InspectCode (SARIF)
|
||||
run: |
|
||||
set +e
|
||||
jb inspectcode QuanTAlib.sln \
|
||||
jb inspectcode QuanTAlib.slnx \
|
||||
--format=sarif \
|
||||
--output=.sarif/resharper.sarif
|
||||
rc=$?
|
||||
@@ -387,7 +387,7 @@ jobs:
|
||||
run: |
|
||||
# Use the ErrorLog setting from Directory.Build.props which outputs
|
||||
# per-project SARIF files to .sarif/ directory with version=2.1
|
||||
dotnet build QuanTAlib.sln \
|
||||
dotnet build QuanTAlib.slnx \
|
||||
--no-restore \
|
||||
--configuration Debug \
|
||||
--nologo \
|
||||
@@ -396,7 +396,7 @@ jobs:
|
||||
|
||||
- name: Run Tests with Coverage
|
||||
run: |
|
||||
dotnet test QuanTAlib.sln \
|
||||
dotnet test QuanTAlib.slnx \
|
||||
--no-build \
|
||||
--configuration Debug \
|
||||
--collect:"XPlat Code Coverage;Format=opencover,cobertura,lcov" \
|
||||
|
||||
Reference in New Issue
Block a user