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

wegamekinglc / Derivatives-Algorithms-Lib
78%
master: 79%

Build:
Build:
LAST BUILD BRANCH: copilot/override-function-gradient-calibration
DEFAULT BRANCH: master
Repo Added 16 Jan 2021 06:31AM UTC
Token RCHt5bHBHiesAZrXN9ctLtgBNi9sbYmV8 regen
Build 3119 Last
Files 202
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 feature/docs-webui-startup
branch: feature/docs-webui-startup
CHANGE BRANCH
x
Reset
Sync Branches
  • feature/docs-webui-startup
  • china_2025
  • chore/remove-co-authored-by-from-guides
  • ci/expand-ci-to-public-subprojects
  • ci/matrix-workflow
  • copilot/add-test-coverage-analysis
  • copilot/analyze-test-coverage
  • copilot/analyze-test-coverage-again
  • copilot/design-web-ui-derivatives-portfolio-management
  • copilot/enhance-yield-curve-framework
  • copilot/explore-codebase-implementation-plan
  • copilot/explore-codebase-yield-curve-modeling
  • copilot/override-function-gradient-calibration
  • copilot/refactor-script-engine
  • dependabot/github_actions/actions/checkout-3
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/checkout-6.0.2
  • dependabot/github_actions/actions/checkout-6.0.3
  • dependabot/github_actions/astral-sh/setup-uv-8.2.0
  • dependabot/github_actions/astral-sh/setup-uv-caf0cab7a618c569241d31dcd442f54681755d39
  • dependabot/npm_and_yarn/webui/frontend/multi-f57e1e291f
  • dependabot/npm_and_yarn/webui/frontend/vite-8.0.16
  • docs/claude-config-sync
  • docs/fix-documentation-consistency
  • docs/improve-readme-formatting
  • docs/markdown-table-alignment-and-cleanup
  • docs/ptirds-curve-extension-plan
  • docs/restructure-and-webui-rename
  • experimental
  • feature/aad-methodology-doc
  • feature/adept-aad-backend
  • feature/adept-expr-tape-tests
  • feature/agent-team-design
  • feature/agents-tdd-worktree
  • feature/code-style-fixes
  • feature/codipack-aad-backend
  • feature/codipack-polish
  • feature/coverage-build-flag
  • feature/currency-unit-tests
  • feature/dal-pr-review-agent
  • feature/dal-python-uv-modernization
  • feature/dal-refactor-docs
  • feature/dal-refactor-full
  • feature/dal-refactor-phase0-phase1
  • feature/dal-refactor-phase2
  • feature/dal-refactor-phase3
  • feature/dal-refactor-phase4
  • feature/dal-refactor-phase5
  • feature/dal-unit-test-write-agent
  • feature/dal-web-playwright-e2e
  • feature/docs-table-style-guidance
  • feature/enforce-worktree-dal-dev-workflow
  • feature/harden-dal-pr-review-agent
  • feature/log-linear-interp-and-refactor
  • feature/normal-expectation-quadrature
  • feature/piecewise-linear-curve-tests
  • feature/ptirds-log-discount-curve
  • feature/ptirds-single-currency-curve
  • feature/pybind11-migration
  • feature/pybind11-submodule
  • feature/remove-precompute-self-param
  • feature/rename-skills-dal-prefix
  • feature/reorg-miscs-to-subfolders
  • feature/script-engine-test-coverage
  • feature/serialization-tests-and-skills
  • feature/sync-agent-doc-guidance
  • feature/webui-redesign-industrial-terminal
  • feature/windows-ci-workflow
  • feature/ycinstrument-polymorphic-calibration
  • feature/yield-curve-calibration
  • fix/adept-cmake-definitions
  • fix/arrayn-dimension-validation
  • fix/calibration-build-constant
  • fix/machinist-cmake-compiler-id
  • fix/msvc-ndarray-test-parsing
  • fix/nodiscard-warnings-script-tests
  • fix/readme-build-badge
  • fix/underdetermined-guidance-and-xad-default
  • fix/upgrade-vite-plugin-react-for-vite8
  • fix/xccy-calibration-budget
  • fix/xccy-calibration-coverage
  • master
  • old_virtual_dispatch
  • refactor/rename-calibratedyieldcurve-to-curveblock
  • refs/heads/master
  • refs/pull/5/merge
  • revert/ptirds-101
  • use_codi
  • worktree-agent-a344d3a27476b1053

05 Jun 2026 06:54PM UTC coverage: 78.109%. Remained the same
27034044818

Pull #82

github

wegamekinglc
fix: address Copilot review issues

- Add proper error handling and logging in valuation.py background tasks
- Store error_message in ValuationResult instead of polluting total_greeks
- Rename NotFoundError to ConflictError for delete guard violations (409)
- Use exclude_none=True instead of exclude_unset=True in update endpoints
  to prevent None values from overwriting existing fields
- Add cleanup of backend/frontend processes on startup failures in start.sh
- Fix function ordering in stop.sh (define helpers before use)
- Add await to all refresh() calls in frontend to properly handle errors
- Wrap delete/remove operations in try-catch blocks in frontend pages
Pull Request #82: feat: add web UI start/stop scripts and async valuations

5088 of 6514 relevant lines covered (78.11%)

3836505.76 hits per line

Relevant lines Covered
Build:
Build:
6514 RELEVANT LINES 5088 COVERED LINES
3836505.76 HITS PER LINE
Source Files on feature/docs-webui-startup
  • Tree
  • List 194
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27034044818 feature/docs-webui-startup fix: address Copilot review issues - Add proper error handling and logging in valuation.py background tasks - Store error_message in ValuationResult instead of polluting total_greeks - Rename NotFoundError to ConflictError for delete guard violat... Pull #82 05 Jun 2026 06:59PM UTC wegamekinglc github
78.11
27032809994 feature/docs-webui-startup Merge origin/master into feature/docs-webui-startup Resolved merge conflicts in webui/README.md by keeping the updated documentation that includes start.sh/stop.sh scripts, port 8001, and async valuation API docs. Pull #82 05 Jun 2026 06:33PM UTC wegamekinglc github
78.11
27030898902 feature/docs-webui-startup fix: wrap inputs inside labels for accessibility Replace htmlFor with wrapping pattern to satisfy both React-specific JSX attribute warning and form label association rule. Pull #82 05 Jun 2026 05:54PM UTC wegamekinglc github
78.11
27030766934 feature/docs-webui-startup fix: address remaining Codacy warnings - Use type guard for PromiseRejectedResult to avoid redundant conditional - Remove htmlFor attributes from Models.tsx (React-specific JSX attribute) push 05 Jun 2026 05:51PM UTC wegamekinglc github
78.11
27030573545 feature/docs-webui-startup fix: refactor useEffect to use Promise.allSettled Replace manual pending counter pattern with Promise.allSettled in Dashboard, Trades, and ProductBuilder pages. This satisfies the non-serializable expression lint rule and is cleaner. push 05 Jun 2026 05:47PM UTC wegamekinglc github
78.11
27030283812 feature/docs-webui-startup fix: address remaining Codacy linting issues - Fix second unused loop variable in start.sh (line 130) - Add braces to onChange handlers in Models.tsx to avoid void returns - Wrap done() callbacks in arrow functions to satisfy serialization rule ... Pull #82 05 Jun 2026 05:41PM UTC wegamekinglc github
78.11
27030041106 feature/docs-webui-startup fix: address Codacy linting issues in frontend and shell scripts - Fix unused loop variable in start.sh (i -> _) - Add braces to arrow functions to avoid returning void expressions - Wrap function references in arrow functions (e.g., .then((t) =>... push 05 Jun 2026 05:36PM UTC wegamekinglc github
78.11
27029410889 feature/docs-webui-startup fix: address all Codacy static analysis issues - Remove unused uuid4 import from valuation.py - Add sleep to test polling to prevent flaky behavior - Fix grep -P compatibility in start.sh/stop.sh (use portable grep -E) - Add missing tool prerequi... Pull #82 05 Jun 2026 05:23PM UTC wegamekinglc github
78.11
27028827300 feature/docs-webui-startup Add web UI start/stop scripts and async valuation support - Add webui/scripts/start.sh and stop.sh for managing both services. start.sh checks prerequisites (Python >= 3.13, uv, node, npm), verifies ports 8001 and 5173 are free, installs deps... Pull #82 05 Jun 2026 05:11PM UTC wegamekinglc github
78.11
26972402713 feature/docs-webui-startup Merge 87c284fb3 into b98a415eb Pull #81 04 Jun 2026 06:55PM UTC web-flow github
78.11
See All Builds (1815)

Badge your Repo: Derivatives-Algorithms-Lib

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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