python-trio / triopg

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

Fix deprecated use of trio.open_cancel_scope #7

Closed touilleMan closed 4 years ago

touilleMan commented 4 years ago

Fix #5

codecov[bot] commented 4 years ago

Codecov Report

Merging #7 into master will not change coverage by %. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   87.50%   87.50%           
=======================================
  Files           6        6           
  Lines         160      160           
  Branches        4        4           
=======================================
  Hits          140      140           
  Misses         17       17           
  Partials        3        3           
Impacted Files Coverage Δ
triopg/_triopg.py 83.14% <100.00%> (ø)