Skip to content

Fix concurrency errors caused by thread-unsafe types. - #394

Merged
cinar merged 3 commits into
cinar:masterfrom
Presbyter:fix/backtest-bug
Jul 31, 2026
Merged

Fix concurrency errors caused by thread-unsafe types.#394
cinar merged 3 commits into
cinar:masterfrom
Presbyter:fix/backtest-bug

Conversation

@Presbyter

Copy link
Copy Markdown
Contributor

Describe Request

Fix concurrency errors caused by thread-unsafe types.

Fixed #393

Change Type

Bug fixes.

@codecov-commenter

codecov-commenter commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.02%. Comparing base (be34fa6) to head (89c521c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #394      +/-   ##
==========================================
+ Coverage   92.00%   92.02%   +0.02%     
==========================================
  Files         229      229              
  Lines        7231     7237       +6     
==========================================
+ Hits         6653     6660       +7     
  Misses        490      490              
+ Partials       88       87       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cinar
cinar merged commit b396ad5 into cinar:master Jul 31, 2026
2 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 31, 2026
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.

A thread-unsafe type is used in the 'HTMLReport' object.

3 participants