CouncilDataProject / cdptools_v2

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

Documentation + Release of v2.0.0 #60

Closed evamaxfield closed 5 years ago

evamaxfield commented 5 years ago

Large update to documentation, deployment procedure on travis to pypi, adds minutes item (decision item) index pipeline, add CDPInstance object, generalizes many components to be a bit more reusable.

Resolves [gh-55] Resolves [gh-27] Resolves [gh-26]

codecov[bot] commented 5 years ago

Codecov Report

Merging #60 into master will increase coverage by 0.21%. The diff coverage is 92.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   92.53%   92.74%   +0.21%     
==========================================
  Files          39       43       +4     
  Lines        2075     2330     +255     
==========================================
+ Hits         1920     2161     +241     
- Misses        155      169      +14
Impacted Files Coverage Δ
cdptools/file_stores/file_store.py 87.5% <ø> (ø) :arrow_up:
cdptools/sr_models/sr_model.py 94.11% <ø> (ø) :arrow_up:
cdptools/audio_splitters/audio_splitter.py 85.71% <ø> (ø) :arrow_up:
cdptools/tests/indexers/test_indexer.py 100% <ø> (ø) :arrow_up:
cdptools/tests/test_cdp_instances.py 100% <100%> (ø)
cdptools/event_scrapers/event_scraper.py 83.33% <100%> (ø) :arrow_up:
...tools/tests/pipelines/test_event_index_pipeline.py 100% <100%> (ø)
cdptools/research_utils/transcripts.py 96.87% <100%> (ø) :arrow_up:
...ools/tests/pipelines/test_event_gather_pipeline.py 100% <100%> (ø)
...ests/pipelines/test_minutes_item_index_pipeline.py 100% <100%> (ø)
... and 21 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 b8afa4e...e76e731. Read the comment docs.