cinar / indicator

Indicator is a Golang module that provides a rich set of technical analysis indicators, strategies, and a framework for backtesting.
GNU Affero General Public License v3.0
524 stars 103 forks source link

Move HTML backtest report out of the backtest to enable other type of reports. #209

Closed cinar closed 2 months ago

cinar commented 2 months ago

Describe Request

Moved HTML backtest report out of the backtest to enable other type of reports.

Change Type

New feature.

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 69.23077% with 52 lines in your changes missing coverage. Please review.

Project coverage is 92.68%. Comparing base (7076260) to head (d715d03).

Files with missing lines Patch % Lines
backtest/html_report.go 69.52% 18 Missing and 14 partials :warning:
backtest/backtest.go 75.47% 7 Missing and 6 partials :warning:
cmd/indicator-backtest/main.go 0.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #209 +/- ## ========================================== - Coverage 93.27% 92.68% -0.60% ========================================== Files 155 157 +2 Lines 4047 4089 +42 ========================================== + Hits 3775 3790 +15 - Misses 224 240 +16 - Partials 48 59 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.