the-scouts / compass-interface-core

Core bridge/crawler component for Compass-Interface
5 stars 1 forks source link

✅ More testing #117

Closed AA-Turner closed 3 years ago

AA-Turner commented 3 years ago

Add tests for pure function type things

codecov[bot] commented 3 years ago

Codecov Report

Merging #117 (2aca54c) into master (2443ea5) will increase coverage by 11.22%. The diff coverage is 97.59%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #117       +/-   ##
===========================================
+ Coverage   67.16%   78.39%   +11.22%     
===========================================
  Files          34       44       +10     
  Lines        1736     2194      +458     
===========================================
+ Hits         1166     1720      +554     
+ Misses        570      474       -96     
Impacted Files Coverage Δ
tests/test_compass_core_errors.py 100.00% <ø> (ø)
tests/test_compass_core_schemas_hierarchy.py 100.00% <ø> (ø)
tests/test_compass_core_schemas_member.py 100.00% <ø> (ø)
tests/test_compass_core_settings.py 100.00% <ø> (ø)
tests/util/http.py 100.00% <ø> (ø)
tests/test_compass_core_init.py 71.15% <71.15%> (ø)
tests/test_compass_core_logon.py 99.45% <99.45%> (ø)
compass/core/_scrapers/contact.py 72.30% <100.00%> (ø)
compass/core/_scrapers/hierarchy.py 27.90% <100.00%> (-0.99%) :arrow_down:
compass/core/_scrapers/reports.py 38.63% <100.00%> (+12.90%) :arrow_up:
... and 39 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 2443ea5...2aca54c. Read the comment docs.