-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/51 backarc fun #52
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## pre-release #52 +/- ##
===============================================
+ Coverage 97.96% 97.99% +0.02%
===============================================
Files 17 17
Lines 295 299 +4
Branches 49 47 -2
===============================================
+ Hits 289 293 +4
- Misses 2 3 +1
+ Partials 4 3 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chrisdicaprio it seems that coverage isn't working properly, perhaps shapely library isn't available in GH ??
I think we've just set coverage checks quite strict and it's complaining that not everything new is tested. I think just this:
Did you see it complaining about shapely? |
closes #51