• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moconnell / yolo
86%

Build:
DEFAULT BRANCH: master
Repo Added 21 Dec 2021 12:05PM UTC
Files 58
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 28-update-api-weights-usage
  • 36-feat-support-pure-unravel-factor-trading
  • 75-net-10-upgrade
  • chore/nuget-20250911
  • code-coverage
  • copilot/add-k-command-line-switch
  • copilot/add-rebalance-to-edge-tolerance
  • copilot/fix-log-warnings-market-orders
  • copilot/fix-universe-change-handling
  • copilot/setup-copilot-instructions
  • dependabot/nuget/HyperLiquid.Net-2.17.0
  • dependabot/nuget/HyperLiquid.Net-3.8.0
  • dependabot/nuget/Microsoft.ApplicationInsights.WorkerService-3.0.0
  • dependabot/nuget/Microsoft.Data.Analysis-0.23.0
  • dependabot/nuget/Microsoft.Data.Analysis-0.23.0-preview.25527.5
  • dependabot/nuget/Microsoft.Extensions.Configuration-10.0.0
  • dependabot/nuget/Microsoft.Extensions.Configuration.Abstractions-10.0.0
  • dependabot/nuget/Microsoft.Extensions.Logging-10.0.0
  • dependabot/nuget/Microsoft.Extensions.Logging.Abstractions-10.0.0
  • dependabot/nuget/Microsoft.NET.Test.Sdk-18.0.1
  • dependabot/nuget/coverlet.collector-8.0.0
  • dependabot/nuget/multi-5371d0c33e
  • dependabot/nuget/multi-68f3d62e62
  • dependabot/nuget/multi-be2ef10117
  • dependabot/nuget/multi-f2e73c0fca
  • dependabot/nuget/multi-fdae2312ff
  • dependabot/nuget/nuget-8971df4b42
  • dependabot/nuget/nuget-d1a8ce8b68
  • dependabot/nuget/nuget-d4f8c5f727
  • dependabot/nuget/src/YoloBroker.Hyperliquid/multi-32525ffec4
  • dependabot/nuget/src/YoloBroker.Hyperliquid/multi-7f7cebd64d
  • feat/31-unravel-integration
  • feat/39-unravel-enhance-factor-normalisation
  • feat/56-azure-key-vault-integration
  • feat/73-unravel-new-trend-consensus-adaptive-factor
  • feat/binance
  • feat/simple-order-mgmt
  • fix/100-azure-durable-functions
  • fix/azure-docs
  • fix/azure-prod-deploy
  • fix/broker-result-wrap-nre
  • fix/cleanup-azure-functions
  • fix/coverage
  • fix/hyperliquid-mkt-orders
  • fix/order-mgmt-fix-2
  • fix/order-mgmt-fixes
  • fix/remove-binance
  • fix/rw-api-update-20251126
  • fix/secrets
  • fix/test-coverage
  • fix/trade-buffer
  • fix/tradefactory-reduceonly-on-close
  • fix/unravel-factors-live-null
  • fix/unravel-portf-constr-20260209
  • fix/unravel-tickers
  • fix/yolofunk-20251223
  • hyperliquid
  • minimum-provide-fix
  • order-mgmt
  • refs/tags/0.0.6
  • refs/tags/v1.0.0-alpha.1
  • refs/tags/v1.0.0-alpha.2
  • refs/tags/v1.0.0-alpha.3
  • refs/tags/v1.0.0-alpha.4
  • refs/tags/v1.0.0-alpha.5
  • refs/tags/v1.0.0-alpha.6
  • refs/tags/v1.0.0-alpha.7
  • refs/tags/v1.0.0-alpha.8
  • refs/tags/v1.0.0-beta.1
  • refs/tags/v1.0.0-beta.2
  • refs/tags/v1.0.0-beta.3
  • refs/tags/v1.1.0-beta.1
  • v1.1.0-beta.2
  • v1.1.0-beta.3
  • v1.1.0-beta.4
  • v1.1.0-beta.5
  • v2.0.0-beta.1
  • v2.0.1-beta.1
  • v2.1.0-beta.1
  • v2.1.0-beta.2

14 Feb 2026 09:31PM UTC coverage: 86.161% (+0.8%) from 85.397%
22024596238

push

github

web-flow
Fix: Various Unravel Bugs (#101)

* chore: add Azure function codegen and deployment AI config

* feat: add HTTP handler to save raw JSON traffic to Azure storage

* chore: bump deps

* chore: bump deps

* fix(TradeFactory): clamp size when reduceOnly and closing, so we don't overshoot zero

* feat(unravel): use historical factors endpoint; make switchable

* refactor(UnravelApiService): extract GetFactorsCoreAsync; eliminate code duplication

* refactor(UnravelApiService): extract NormalizeTickers util method

* fix(unravel): make portfolio construction match notebook

* fix: tests

* fix: review nitpick

* chore: bump deps

* fix(ProjectedPosition): revert change to CurrentWeight that potentially led to double-counting

279 of 292 branches covered (95.55%)

Branch coverage included in aggregate %.

112 of 118 new or added lines in 8 files covered. (94.92%)

1900 of 2237 relevant lines covered (84.94%)

36.06 hits per line

Relevant lines Covered
Build:
Build:
2237 RELEVANT LINES 1900 COVERED LINES
36.06 HITS PER LINE
Source Files on master
  • Tree
  • List 58
  • Changed 9
  • Source Changed 9
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22024596238 master Fix: Various Unravel Bugs (#101) * chore: add Azure function codegen and deployment AI config * feat: add HTTP handler to save raw JSON traffic to Azure storage * chore: bump deps * chore: bump deps * fix(TradeFactory): clamp size when reduce... push 14 Feb 2026 09:33PM UTC web-flow github
86.16
21886511031 master Fix: NullReferenceException in response Wrap method (#98) * fix(HyperliquidBroker): handle null Data; add logging * fix(TradeFactory): use quantity step also on reduceOnly orders * chore(.gitignore): ignore azure local storage files * chore: a... push 10 Feb 2026 11:33PM UTC web-flow github
85.4
21860592378 master fix(YoloConfig.cs): default TradeBuffer to ZERO push 10 Feb 2026 10:11AM UTC moconnell github
85.34
21843210681 master revert: Microsoft.ApplicationInsights.WorkerService -> 2.23.0 push 09 Feb 2026 10:26PM UTC moconnell github
85.34
21807100357 master test: DataFrameExtensionsTest push 08 Feb 2026 11:09PM UTC moconnell github
85.3
20456726917 master Bump Snapshooter.Xunit from 1.0.1 to 1.1.0 --- updated-dependencies: - dependency-name: Snapshooter.Xunit dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[b... push 23 Dec 2025 09:22AM UTC moconnell github
85.31
20456706408 master Merge pull request #86 from moconnell/dependabot/nuget/HyperLiquid.Net-3.0.0 Bump HyperLiquid.Net from 2.17.0 to 3.0.0 push 23 Dec 2025 09:21AM UTC web-flow github
85.31
20314419697 master Merge pull request #85 from moconnell:fix/azure-docs Update Azure docs push 17 Dec 2025 07:15PM UTC web-flow github
85.31
20281565012 master fix(cleanup-azure-functions.yml): broken function app delete step (#84) push 16 Dec 2025 08:22PM UTC web-flow github
85.31
20247924827 master Feat: Azure Function Migration & Key Vault Integration (#83) * feat(azure-keyvault): initial add * feat(azure-keyvault): add extension method for wire-up * chore: migrate sln -> slnx * fix(Yolo.slnx): add Directory.Build.props * chore: update... push 15 Dec 2025 09:25PM UTC web-flow github
85.31
See All Builds (359)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc