CouncilDataProject / cdptools_v2

Tools you can use to interact with and run Council Data Project instances.
Other
7 stars 9 forks source link

Add functions to pull data as dictionary or dataframes and add tests #68

Closed evamaxfield closed 5 years ago

evamaxfield commented 5 years ago

Resolves [gh-65], adds functions for more methods for selecting rows from the database. The functions to actually reshape the data from list style are found in the Database ABC.

codecov[bot] commented 5 years ago

Codecov Report

Merging #68 into dev will decrease coverage by 0.12%. The diff coverage is 82.75%.

Impacted file tree graph

@@            Coverage Diff            @@
##             dev      #68      +/-   ##
=========================================
- Coverage   92.7%   92.58%   -0.13%     
=========================================
  Files         45       45              
  Lines       2344     2373      +29     
=========================================
+ Hits        2173     2197      +24     
- Misses       171      176       +5
Impacted Files Coverage Δ
...s/tests/databases/test_cloud_firestore_database.py 100% <ø> (ø) :arrow_up:
cdptools/tests/databases/test_database.py 100% <100%> (ø) :arrow_up:
cdptools/databases/database.py 82.23% <100%> (+1.8%) :arrow_up:
cdptools/databases/cloud_firestore_database.py 88.92% <37.5%> (-1.52%) :arrow_down:

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 d50c6bf...5d6f8c0. Read the comment docs.