zillow / ctds

Python DB-API 2.0 library for MS SQL Server
MIT License
83 stars 12 forks source link

Various improvements involving cursor descriptions #75

Closed johnanthonyowens closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #75 (8d89338) into master (45cb9d2) will decrease coverage by 0.18%. The diff coverage is 81.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   92.53%   92.35%   -0.19%     
==========================================
  Files           8        8              
  Lines        3871     3896      +25     
  Branches       11       11              
==========================================
+ Hits         3582     3598      +16     
- Misses        289      298       +9     
Impacted Files Coverage Δ
src/ctds/__init__.py 100.00% <ø> (ø)
src/ctds/cursor.c 90.85% <80.85%> (-0.46%) :arrow_down:
src/ctds/tds.c 100.00% <100.00%> (ø)

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 45cb9d2...8d89338. Read the comment docs.