CouncilDataProject / cdptools_v2

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

FEATURE/add-tests-for-google-cloud-sr-model #42

Closed evamaxfield closed 5 years ago

evamaxfield commented 5 years ago

Adds tests for google cloud sr model, load custom object, and updates logging statements to standard form.

codecov-io commented 5 years ago

Codecov Report

Merging #42 into master will increase coverage by 10.54%. The diff coverage is 93.97%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #42       +/-   ##
===========================================
+ Coverage      64%   74.54%   +10.54%     
===========================================
  Files          27       29        +2     
  Lines        1289     1332       +43     
===========================================
+ Hits          825      993      +168     
+ Misses        464      339      -125
Impacted Files Coverage Δ
cdptools/utils/legistar_tools.py 0% <0%> (ø) :arrow_up:
cdptools/tests/file_stores/test_file_store.py 100% <100%> (ø) :arrow_up:
cdptools/databases/cloud_firestore_database.py 81.13% <100%> (-0.12%) :arrow_down:
cdptools/file_stores/file_store.py 88.88% <100%> (-0.21%) :arrow_down:
cdptools/pipelines/pipeline.py 94.11% <100%> (+94.11%) :arrow_up:
cdptools/event_scrapers/seattle_event_scraper.py 54.68% <100%> (-0.36%) :arrow_down:
cdptools/file_stores/gcs_file_store.py 88.29% <100%> (-0.13%) :arrow_down:
cdptools/pipelines/event_pipeline.py 19.31% <100%> (+19.31%) :arrow_up:
cdptools/tests/pipelines/test_pipeline.py 100% <100%> (ø)
cdptools/utils/run_manager.py 21% <100%> (+21%) :arrow_up:
... and 15 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 e327329...fa7595f. Read the comment docs.