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
525 stars 103 forks source link

Using template.Must for HTMLReport. #222

Closed cinar closed 2 months ago

cinar commented 2 months ago

Describe Request

Using template.Must for HTMLReport.

Fixed #220

Change Type

New feature.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.06%. Comparing base (e387ce2) to head (1bc6b88).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #222 +/- ## ========================================== + Coverage 92.97% 93.06% +0.08% ========================================== Files 163 163 Lines 4145 4141 -4 ========================================== Hits 3854 3854 + Misses 234 232 -2 + Partials 57 55 -2 ```

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