zillow / ctds

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

Tox #83

Closed joshuahlang closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #83 (1362737) into master (0f262a7) will decrease coverage by 0.78%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
- Coverage   92.29%   91.50%   -0.79%     
==========================================
  Files           8        8              
  Lines        3945     3144     -801     
  Branches       11        8       -3     
==========================================
- Hits         3641     2877     -764     
+ Misses        304      267      -37     
Impacted Files Coverage Δ
src/ctds/connection.c 87.98% <ø> (-1.41%) :arrow_down:
src/ctds/cursor.c 89.73% <ø> (-1.03%) :arrow_down:
src/ctds/parameter.c 93.35% <ø> (+1.47%) :arrow_up:
src/ctds/type.c 94.65% <ø> (-1.45%) :arrow_down:
src/ctds/tds.c 100.00% <0.00%> (ø)
src/ctds/pyutils.c 100.00% <0.00%> (ø)
src/ctds/pool/__init__.py 100.00% <0.00%> (ø)
... and 1 more

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 0f262a7...1362737. Read the comment docs.