Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dev Board Ticket
N/A
Changes
Testing
> coverage report Name Stmts Miss Cover ------------------------------------------------------------------------------ src/osm_osw_reformatter/__init__.py 31 0 100% src/osm_osw_reformatter/helpers/__init__.py 0 0 100% src/osm_osw_reformatter/helpers/osm/__init__.py 36 0 100% src/osm_osw_reformatter/helpers/osw/__init__.py 137 0 100% src/osm_osw_reformatter/helpers/response.py 7 0 100% src/osm_osw_reformatter/osm2osw/__init__.py 0 0 100% src/osm_osw_reformatter/osm2osw/osm2osw.py 37 0 100% src/osm_osw_reformatter/osw2osm/__init__.py 0 0 100% src/osm_osw_reformatter/osw2osm/osw2osm.py 87 7 92% src/osm_osw_reformatter/serializer/__init__.py 0 0 100% src/osm_osw_reformatter/serializer/counters.py 37 0 100% src/osm_osw_reformatter/serializer/osm/__init__.py 0 0 100% src/osm_osw_reformatter/serializer/osm/osm_graph.py 479 12 97% src/osm_osw_reformatter/serializer/osm/osm_normalizer.py 222 11 95% src/osm_osw_reformatter/serializer/osw/__init__.py 0 0 100% src/osm_osw_reformatter/serializer/osw/osw_normalizer.py 352 2 99% src/osm_osw_reformatter/version.py 1 0 100% ------------------------------------------------------------------------------ TOTAL 1426 32 98%