Add XML Map commands#909
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## dev #909 +/- ##
==========================================
+ Coverage 92.57% 92.73% +0.16%
==========================================
Files 122 123 +1
Lines 4671 4776 +105
Branches 292 304 +12
==========================================
+ Hits 4324 4429 +105
Misses 285 285
Partials 62 62 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #909 will not alter performanceComparing Summary
|
a4fd6db to
b9865e1
Compare
|
|
||
| def __init__( | ||
| self, | ||
| # pylint: disable=unused-argument |
There was a problem hiding this comment.
Why did you add an unused param?
There was a problem hiding this comment.
It's a piece of old code, but J've just realized we are missing the code that triggers a GetMapSet from GetMapSt
There was a problem hiding this comment.
@edenhaus done, I've also made sure GetMapSt calls GetMapSet automatically as it does for the JSON variant
8bb66ae to
3b8ad36
Compare
Also remove deprecated unused argument from GetMapSet
No description provided.