serial: switch to serial_for_url instead of Serial#393
serial: switch to serial_for_url instead of Serial#393felixdivo merged 2 commits intohardbyte:developfrom
Conversation
9ac7627 to
2607867
Compare
Codecov Report
@@ Coverage Diff @@
## develop #393 +/- ##
==========================================
Coverage ? 59.27%
==========================================
Files ? 55
Lines ? 4263
Branches ? 0
==========================================
Hits ? 2527
Misses ? 1736
Partials ? 0 |
|
Hey, looks cool! Could you document that feature somewhere? Is is possible to test this? |
2607867 to
68470a2
Compare
|
v3 with documentation. As for the tests one can probably use |
|
Looks good! Could you also add some tests, maybe by extending the existing ones to also work with |
|
@felixdivo I've made a test with As for documentation I think mentioning |
|
Would it make sense to run You are right about the docs. |
This way one can also use remote ports via socket:// or rfc2217:// URLs.
68470a2 to
6de1b8a
Compare
|
v4: |
|
That looks great to me! Let's just wait for the CI tests to run once more and then I'll merge it. |
This way one can also use remote ports via socket:// or rfc2217:// URLs.