python-trio / triopg

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

Explain basic triopg API #12

Closed shamrin closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #12 (059e045) into master (5608517) will increase coverage by 1.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   97.20%   98.20%   +1.00%     
==========================================
  Files           6        6              
  Lines         250      390     +140     
  Branches       13       24      +11     
==========================================
+ Hits          243      383     +140     
- Misses          3        4       +1     
+ Partials        4        3       -1     
Impacted Files Coverage Δ
triopg/_tests/test_triopg.py 100.00% <0.00%> (ø)
triopg/_triopg.py 96.61% <0.00%> (+1.88%) :arrow_up: