-
Notifications
You must be signed in to change notification settings - Fork 32
Add test_tileset() #146
Add test_tileset() #146
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #146 +/- ##
=======================================
Coverage 99.25% 99.25%
=======================================
Files 12 12
Lines 805 805
=======================================
Hits 799 799
Misses 6 6 ☔ View full report in Codecov by Sentry. |
+1 to Tileset! |
I don't understand how the
There is 100% coverage of |
Hmm good question, I have no idea at the moment 😅 |
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.
Are you able to hit the merge button if I approve @Stoops-ML ?
Going to have to do some research into this. Seems like the coverage report might be incorrect. |
Yep |
Add test for
TileSet
.Furthermore, I think this property should be renamed to
Tileset
, which is what the schema names it. Let me know if you agree and I'll do another commit.