aio-libs / aiopg

aiopg is a library for accessing a PostgreSQL database from the asyncio
http://aiopg.readthedocs.io
BSD 2-Clause "Simplified" License
1.4k stars 160 forks source link

Fix CI because of broken docker package #855

Closed Pliner closed 3 years ago

Pliner commented 3 years ago

https://github.com/docker/docker-py/issues/2842

codecov[bot] commented 3 years ago

Codecov Report

Merging #855 (5ca07d0) into master (00f236e) will increase coverage by 0.13%. The diff coverage is 95.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #855      +/-   ##
==========================================
+ Coverage   93.11%   93.24%   +0.13%     
==========================================
  Files          13       11       -2     
  Lines        1539     1525      -14     
  Branches      172      179       +7     
==========================================
- Hits         1433     1422      -11     
+ Misses         78       72       -6     
- Partials       28       31       +3     
Impacted Files Coverage Δ
aiopg/sa/result.py 90.77% <72.22%> (-0.94%) :arrow_down:
aiopg/pool.py 94.46% <87.61%> (-5.54%) :arrow_down:
aiopg/utils.py 86.36% <88.88%> (+5.03%) :arrow_up:
aiopg/sa/connection.py 88.03% <90.69%> (+2.16%) :arrow_up:
aiopg/connection.py 95.81% <99.28%> (+3.94%) :arrow_up:
aiopg/__init__.py 100.00% <100.00%> (ø)
aiopg/sa/__init__.py 100.00% <100.00%> (ø)
aiopg/sa/engine.py 99.13% <100.00%> (-0.87%) :arrow_down:
aiopg/sa/transaction.py 84.81% <100.00%> (+0.81%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ca0023a...5ca07d0. Read the comment docs.