Skip to content

Conversation

@blegat
Copy link
Member

@blegat blegat commented Mar 3, 2025

Fixes a warning that is currently displayed

┌ Warning: The exclude string "test_linear_integration" is ambiguous because it exactly matches a test, but it also partially matches another. Use `r"^test_linear_integration$"` to exclude the exactly matching test, or `r"test_linear_integration.*"` to exclude all partially matching tests.
└ @ MathOptInterface.Test ~/.julia/packages/MathOptInterface/yI6C0/src/Test/Test.jl:237

@codecov
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.70%. Comparing base (852579a) to head (df805a1).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   78.70%   78.70%           
=======================================
  Files           3        3           
  Lines         263      263           
=======================================
  Hits          207      207           
  Misses         56       56           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@odow odow merged commit ce5fda0 into master Mar 3, 2025
8 checks passed
@odow odow deleted the bl/regex branch March 3, 2025 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants