-
Notifications
You must be signed in to change notification settings - Fork 533
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
ENH: no more auto-failing on misparsed versions #3234
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3234 +/- ##
==========================================
- Coverage 65.00% 64.12% -0.88%
==========================================
Files 302 300 -2
Lines 39929 39868 -61
Branches 5279 5273 -6
==========================================
- Hits 25956 25567 -389
- Misses 12913 13251 +338
+ Partials 1060 1050 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
3 similar comments
Codecov Report
@@ Coverage Diff @@
## master #3234 +/- ##
==========================================
- Coverage 65.00% 64.12% -0.88%
==========================================
Files 302 300 -2
Lines 39929 39868 -61
Branches 5279 5273 -6
==========================================
- Hits 25956 25567 -389
- Misses 12913 13251 +338
+ Partials 1060 1050 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #3234 +/- ##
==========================================
- Coverage 65.00% 64.12% -0.88%
==========================================
Files 302 300 -2
Lines 39929 39868 -61
Branches 5279 5273 -6
==========================================
- Hits 25956 25567 -389
- Misses 12913 13251 +338
+ Partials 1060 1050 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #3234 +/- ##
==========================================
- Coverage 65.00% 64.12% -0.88%
==========================================
Files 302 300 -2
Lines 39929 39868 -61
Branches 5279 5273 -6
==========================================
- Hits 25956 25567 -389
- Misses 12913 13251 +338
+ Partials 1060 1050 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
thanks @TheChymera - can we add a test for this by explicitly setting the version info of dummy interface to raise a type error and not to raise one. |
d8aea1c
to
b4d57d7
Compare
Codecov Report
@@ Coverage Diff @@
## master #3234 +/- ##
==========================================
- Coverage 65.00% 64.12% -0.88%
==========================================
Files 302 300 -2
Lines 39929 39868 -61
Branches 5279 5273 -6
==========================================
- Hits 25956 25567 -389
- Misses 12913 13251 +338
+ Partials 1060 1050 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@satra can you help me out here? As for the tests, I'm really unsure how to test this one :-/ |
@djarecka - could you please help @TheChymera over here. the test should simply focus on evaluating the min/max version check of a dummy interface. it shouldn't be specific to ants or any tool at all. |
Proposed a test and small refactor at TheChymera#2. |
If we want this in 1.5.1, please rebase onto |
Fixes #3232
Acknowledgment