-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
BF: process included files before the rest #700
Conversation
Merged 2.1.7 into master (just VERSION changes)
Codecov Report
@@ Coverage Diff @@
## master #700 +/- ##
==========================================
+ Coverage 92.83% 94.65% +1.82%
==========================================
Files 61 60 -1
Lines 10152 9344 -808
==========================================
- Hits 9425 8845 -580
+ Misses 727 499 -228
Continue to review full report at Codecov.
|
I did keep some "bare" except with catch all Exception: , while tried to disable flake8 complaints where clearly all exceptions are to be catched
I guess I will wait for #702 to be merged first so we could get travis pass here as well |
…travis BF (codename "happy travis"): trying to address lints etc to make Travis green again
…into yarikoptic-bf-includes
@yarikoptic As always, thanks so much for chiming in :)! I merged the referenced 'make travis happy' branch in, and it seems to work just fine. |
BF: process included files before the rest
Alternative solution to #628 - may be I have missed why it was more complex than 1 line change? ;)
SkipTest
, andskipIf
It also includes disabled (well -- raises SkipTest) for the fact that in current logic processing of included files is done not right at the point of inclusion. That makes it behave differently from stock git config