python-trio / triopg

PostgreSQL client for Trio based on asyncpg
Other
45 stars 8 forks source link

Fix connection non coroutine attribute access #11

Closed touilleMan closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (8668334) into master (5608517) will increase coverage by 1.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   97.20%   98.20%   +1.00%     
==========================================
  Files           6        6              
  Lines         250      279      +29     
  Branches       13       13              
==========================================
+ Hits          243      274      +31     
+ Misses          3        2       -1     
+ Partials        4        3       -1     
Impacted Files Coverage Δ
triopg/_tests/test_triopg.py 100.00% <100.00%> (ø)
triopg/_triopg.py 96.26% <100.00%> (+1.53%) :arrow_up: