Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect variables n backtest.NewReport #229

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Conversation

shapeshed
Copy link
Contributor

The variables passed to backtest.NewReport are for repository
configuration settings causing the script to fail.

This correctly sets reportName and reportConfig.

The variables passed to `backtest.NewReport` are for repository
configuration settings causing the script to fail.

This correctly sets `reportName` and `reportConfig`.
Copy link

github-actions bot commented Oct 9, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@shapeshed
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Oct 9, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.83%. Comparing base (fff820e) to head (9e3a182).

Files with missing lines Patch % Lines
cmd/indicator-backtest/main.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage   92.69%   92.83%   +0.14%     
==========================================
  Files         163      163              
  Lines        4161     4161              
==========================================
+ Hits         3857     3863       +6     
+ Misses        247      243       -4     
+ Partials       57       55       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cinar cinar merged commit ef7b65c into cinar:master Oct 10, 2024
3 checks passed
@cinar
Copy link
Owner

cinar commented Oct 10, 2024

Wow! This definitely went out of sync. Thank you very much for catching and fixing it. Greatly appreciated!

@github-actions github-actions bot locked and limited conversation to collaborators Oct 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants