CouncilDataProject / cdptools_v2

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

feature/update-database-schema #71

Closed evamaxfield closed 5 years ago

evamaxfield commented 5 years ago

In prep for both adding minutes item titles to each minutes item and the data from NLP outputs (entities and topics), the database schema needs to be updated to allow these items.

codecov[bot] commented 5 years ago

Codecov Report

Merging #71 into dev will decrease coverage by 0.1%. The diff coverage is 80.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #71      +/-   ##
==========================================
- Coverage   92.58%   92.48%   -0.11%     
==========================================
  Files          45       45              
  Lines        2373     2394      +21     
==========================================
+ Hits         2197     2214      +17     
- Misses        176      180       +4
Impacted Files Coverage Δ
cdptools/tests/databases/test_database.py 100% <100%> (ø) :arrow_up:
cdptools/databases/cloud_firestore_database.py 88.38% <50%> (-0.55%) :arrow_down:
cdptools/databases/database.py 82.42% <84.61%> (+0.18%) :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 19db378...6006d50. Read the comment docs.