Skip to content

Updated the version of the codecov action

ea29ba4
Select commit
Loading
Failed to load commit list.
Merged

Simplex Solver Algo 1 Appears to Work #1

Updated the version of the codecov action
ea29ba4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 29, 2025 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

❌ Patch coverage is 57.39130% with 147 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@c07ec32). Learn more about missing BASE report.

Files with missing lines Patch % Lines
algorithms/tableau/tableau_algo.go 0.00% 51 Missing ⚠️
algorithms/tableau/state.go 54.32% 32 Missing and 5 partials ⚠️
utils/tableau.go 65.88% 25 Missing and 4 partials ⚠️
simplexSolver/solver.go 0.00% 11 Missing ⚠️
...lgorithms/tableau/termination/termination_types.go 0.00% 10 Missing ⚠️
algorithms/tableau/selection/blands_rule.go 83.63% 6 Missing and 3 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main       #1   +/-   ##
=======================================
  Coverage        ?   41.89%           
=======================================
  Files           ?       15           
  Lines           ?     1518           
  Branches        ?        0           
=======================================
  Hits            ?      636           
  Misses          ?      830           
  Partials        ?       52           

☔ View full report in Codecov by Sentry.
📢 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.