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-file-stores #36

Closed evamaxfield closed 5 years ago

evamaxfield commented 5 years ago

Resolves [gh-29], working on [gh-28], tests added for file stores

codecov-io commented 5 years ago

Codecov Report

Merging #36 into master will increase coverage by 21.02%. The diff coverage is 97.83%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #36       +/-   ##
===========================================
+ Coverage   41.85%   62.87%   +21.02%     
===========================================
  Files          34       37        +3     
  Lines        1154     1320      +166     
===========================================
+ Hits          483      830      +347     
+ Misses        671      490      -181
Impacted Files Coverage Δ
cdptools/tests/file_stores/test_file_store.py 100% <100%> (ø)
...ools/tests/file_stores/test_app_dirs_file_store.py 100% <100%> (ø)
cdptools/tests/file_stores/test_gcs_file_store.py 100% <100%> (ø)
...s/tests/databases/test_cloud_firestore_database.py 100% <100%> (+1.4%) :arrow_up:
cdptools/tests/file_stores/__init__.py 100% <100%> (ø)
cdptools/file_stores/app_dirs_file_store.py 87.3% <75%> (+87.3%) :arrow_up:
cdptools/file_stores/gcs_file_store.py 88.42% <80%> (+88.42%) :arrow_up:
cdptools/file_stores/file_store.py 89.09% <95%> (+89.09%) :arrow_up:
cdptools/file_stores/__init__.py
... and 8 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 f7f3672...9c9fe46. Read the comment docs.