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

Using http.NoBody instead of nil in http.NewRequest calls. #188

Closed cinar closed 2 months ago

cinar commented 2 months ago

Describe Request

Using http.NoBody instead of nil in http.NewRequest calls.

Fixed #183

Change Type

Code improvement.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 93.50%. Comparing base (94f3a2d) to head (7eb0e42).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #188 +/- ## ======================================= Coverage 93.50% 93.50% ======================================= Files 151 151 Lines 3943 3943 ======================================= Hits 3687 3687 Misses 209 209 Partials 47 47 ```

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