cinar / indicator

Indicator is a Golang module providing various stock technical analysis indicators for trading.
GNU Affero General Public License v3.0
477 stars 96 forks source link

SLog logger is added. #225

Closed cinar closed 2 weeks ago

cinar commented 2 weeks ago

Describe Request

SLog logger is added.

Fixed #224

Change Type

New feature.

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 47.16981% with 28 lines in your changes missing coverage. Please review.

Project coverage is 92.83%. Comparing base (bff1856) to head (7deafb2).

Files with missing lines Patch % Lines
cmd/indicator-sync/main.go 0.00% 10 Missing :warning:
cmd/indicator-backtest/main.go 0.00% 8 Missing :warning:
helper/json_to_chan.go 28.57% 5 Missing :warning:
backtest/backtest.go 50.00% 3 Missing :warning:
asset/tiingo_repository.go 80.00% 1 Missing :warning:
helper/csv.go 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #225 +/- ## ========================================== - Coverage 93.06% 92.83% -0.24% ========================================== Files 163 163 Lines 4141 4161 +20 ========================================== + Hits 3854 3863 +9 - Misses 232 243 +11 Partials 55 55 ```

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