docker / cli

The Docker CLI
Apache License 2.0
4.74k stars 1.88k forks source link

cli/command/network: add minimal test for --ipv6 option #5128

Closed thaJeztah closed 4 weeks ago

thaJeztah commented 4 weeks ago

Add a minimal test to verify values are handled correctly.

- A picture of a cute animal (not mandatory but encouraged)

codecov-commenter commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.35%. Comparing base (9683d06) to head (0502189).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5128 +/- ## ========================================== - Coverage 61.36% 61.35% -0.02% ========================================== Files 298 295 -3 Lines 20719 20714 -5 ========================================== - Hits 12715 12709 -6 Misses 7103 7103 - Partials 901 902 +1 ```