-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
Signed-off-by: Janine Olear <pninak@web.de>
Signed-off-by: Janine Olear <pninak@web.de>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #687 +/- ##
==========================================
- Coverage 92.04% 92.04% -0.01%
==========================================
Files 9 9
Lines 503 528 +25
Branches 108 116 +8
==========================================
+ Hits 463 486 +23
- Misses 21 22 +1
- Partials 19 20 +1
☔ 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.
LGTM! As usual I'd like to see more failing test cases but as I understand there is a huge discussion about redesigning our tests already in progress, so I'll patiently wait for the conclusion ;) .
|
||
@no_type_check | ||
def run(self, data: type[Transformer]) -> list: | ||
# TODO: check that its the v2 data entries. |
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.
Nitpick, but I assume that this should have been "# NOTE: Verify that the data is from api v2." as well?
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.
Oh haha - yes I will change this 😄
Signed-off-by: Janine Olear <pninak@web.de>
9707b1c
to
0ac79b4
Compare
closes #592