Skip to content

Fix ElementwiseGreaterThanOrEqual to use >= instead of == - #7475

Merged
ericstj merged 1 commit into
dotnet:mainfrom
vsarakhan:fix/elementwise-greater-than-or-equal-datetime-bug
Jun 12, 2025
Merged

Fix ElementwiseGreaterThanOrEqual to use >= instead of ==#7475
ericstj merged 1 commit into
dotnet:mainfrom
vsarakhan:fix/elementwise-greater-than-or-equal-datetime-bug

Conversation

@vsarakhan

Copy link
Copy Markdown
Contributor

Fixes #7474

@codecov

codecov Bot commented Jun 5, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 68.99%. Comparing base (aea5651) to head (8f2ba42).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...soft.Data.Analysis/Computations/Arithmetic.net8.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7475   +/-   ##
=======================================
  Coverage   68.99%   68.99%           
=======================================
  Files        1482     1482           
  Lines      273880   273880           
  Branches    28254    28254           
=======================================
+ Hits       188956   188969   +13     
+ Misses      77540    77531    -9     
+ Partials     7384     7380    -4     
Flag Coverage Δ
Debug 68.99% <0.00%> (+<0.01%) ⬆️
production 63.28% <0.00%> (+<0.01%) ⬆️
test 89.45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...soft.Data.Analysis/Computations/Arithmetic.net8.cs 64.13% <0.00%> (ø)

... and 6 files with indirect coverage changes

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

ericstj commented Jun 12, 2025

Copy link
Copy Markdown
Member

/ba-g test failures all known issues.

@ericstj
ericstj merged commit 0e29ebb into dotnet:main Jun 12, 2025
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

3 participants