Skip to content

Use regex for tests #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 3, 2025
Merged

Use regex for tests #151

merged 4 commits into from
Mar 3, 2025

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

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.

2 participants