aio-libs / aiodocker

Python Docker API client based on asyncio and aiohttp
Other
427 stars 97 forks source link

Add support for Docker context endpoints #854

Open jrfk opened 3 months ago

jrfk commented 3 months ago

What do these changes do?

Add support for Docker context endpoints.

Are there changes in behavior for the user?

No impacts to existing users.

Related issue number

resolves #811

Checklist

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 58.82353% with 7 lines in your changes missing coverage. Please review.

Project coverage is 81.06%. Comparing base (1a33187) to head (98e6438). Report is 1 commits behind head on master.

Files Patch % Lines
aiodocker/docker.py 58.82% 5 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #854 +/- ## ========================================== - Coverage 81.34% 81.06% -0.28% ========================================== Files 24 24 Lines 1372 1389 +17 Branches 245 250 +5 ========================================== + Hits 1116 1126 +10 - Misses 170 175 +5 - Partials 86 88 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.