gabfl / bigquery_fdw

BigQuery Foreign Data Wrapper for PostgreSQL
MIT License
90 stars 15 forks source link

Unit testing 2 #12

Closed gabfl closed 6 years ago

gabfl commented 6 years ago

Complete code coverage

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will increase coverage by 1.65%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #12      +/-   ##
========================================
+ Coverage   98.34%   100%   +1.65%     
========================================
  Files           3      3              
  Lines         242    242              
  Branches       46     46              
========================================
+ Hits          238    242       +4     
+ Misses          3      0       -3     
+ Partials        1      0       -1
Impacted Files Coverage Δ
src/fdw.py 100% <0%> (+1.11%) :arrow_up:
src/bqclient.py 100% <0%> (+5.55%) :arrow_up:

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 7876537...477bcf2. Read the comment docs.