-
Notifications
You must be signed in to change notification settings - Fork 75
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
Increased code-coverage for choropleth #676
Conversation
e1bc72c
to
52124f6
Compare
Codecov Report
@@ Coverage Diff @@
## master #676 +/- ##
=========================================
+ Coverage 90.64% 90.75% +0.1%
=========================================
Files 84 84
Lines 8736 8736
=========================================
+ Hits 7919 7928 +9
+ Misses 817 808 -9
Continue to review full report at Codecov.
|
7f621e1
to
e31550c
Compare
3cf7f01
to
fa8bef5
Compare
dd7e7ed
to
eda50ea
Compare
Also fixed documentation and style issues.
eda50ea
to
a72da03
Compare
I notice that we still have one line uncovered; that of direct creation. This can be tested like so:
|
I was wondering about that but i realized that we don't do that in general. I can add this snippet. Also, I realized that sometimes the GL headless tests are failing on travis. It seems random to me and related to failed download but i have not looked closely. |
In many of the unit tests we create the feature explicitly for some of the tests, so this gets tested as part of that (e.g., the polygonFeature tests). There are some speed tests that occasionally fail. These are set to be pretty low, but they still sometimes fail; we could set the threshold even lower, or try to run them up to n times to see if they pass. In theory, if we make some change that affects our speed, then these should pick that up. Also, it looks like some package was recently changed so that we may now need a more recent version of npm to run tests. |
that could be. It was trying to download a package and failed last time I saw the log |
f0e9b64
to
73e11f5
Compare
73e11f5
to
3372d19
Compare
b94cd8e
to
3372d19
Compare
Travis is running slowly today. I've submitted PR #679 to fix the node version and to relax some timing requirements. Hopefully once that passes and merges in, this will pass, too. |
Branch is updated with recent changes from master that should fix the travis tests. |
@manthey looks like we still have some the timing issue with glLineOpts..but I will merge this branch since it seems orthogonal to my changes as you approved it. |
Agreed. |
90b97b7
to
2a264c4
Compare
No description provided.