Skip to content

Added more cases to KMatrix.Minus + one test

82f7c6a
Select commit
Loading
Failed to load commit list.
Merged

Introducing AsSimplifiedExpression() Requirement to Expression Interface #21

Added more cases to KMatrix.Minus + one test
82f7c6a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 3, 2025 in 1s

87.46% (+0.02%) compared to 9adff8d

View this Pull Request on Codecov

87.46% (+0.02%) compared to 9adff8d

Details

Codecov Report

❌ Patch coverage is 77.38095% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.46%. Comparing base (9adff8d) to head (82f7c6a).

Files with missing lines Patch % Lines
symbolic/monomial_matrix.go 75.67% 7 Missing and 2 partials ⚠️
symbolic/matrix_expression.go 80.48% 7 Missing and 1 partial ⚠️
symbolic/polynomial_vector.go 56.25% 6 Missing and 1 partial ⚠️
symbolic/constant.go 0.00% 2 Missing ⚠️
symbolic/constant_matrix.go 66.66% 2 Missing ⚠️
symbolic/monomial_vector.go 84.61% 1 Missing and 1 partial ⚠️
symbolic/polynomial_matrix.go 85.71% 1 Missing and 1 partial ⚠️
symbolic/variable.go 0.00% 2 Missing ⚠️
symbolic/variable_matrix.go 50.00% 2 Missing ⚠️
symbolic/variable_vector.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   87.44%   87.46%   +0.02%     
==========================================
  Files          42       42              
  Lines        6332     6431      +99     
==========================================
+ Hits         5537     5625      +88     
  Misses        719      719              
- Partials       76       87      +11     

☔ 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.