-
Notifications
You must be signed in to change notification settings - Fork 81
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
Ignore uninitialized #61
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #61 +/- ##
===========================================
- Coverage 58.29% 40.04% -18.25%
===========================================
Files 1 1
Lines 211 427 +216
Branches 41 68 +27
===========================================
+ Hits 123 171 +48
- Misses 71 230 +159
- Partials 17 26 +9
Continue to review full report at Codecov.
|
--no-exclude -> --ignore-gitattributes --extra -> --include --include should properly recognize directories. Refs #60
9bccb73
to
874d4f2
Compare
874d4f2
to
86c0e6a
Compare
I finally got to testing this PR. It doesn't seem to work as I would expect it with
So still the same error as in #60. |
The
|
No description provided.