the-scouts / compass-interface-core

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

🎨 Expose public API in `__init__.py` #107

Closed AA-Turner closed 3 years ago

AA-Turner commented 3 years ago

Declarativley expose the API -- as I've made some things private this will have to be 0.16.0

codecov[bot] commented 3 years ago

Codecov Report

Merging #107 (3037a1f) into master (0e621a0) will increase coverage by 0.51%. The diff coverage is 70.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   67.10%   67.61%   +0.51%     
==========================================
  Files          31       31              
  Lines        1681     1689       +8     
==========================================
+ Hits         1128     1142      +14     
+ Misses        553      547       -6     
Impacted Files Coverage Δ
compass/core/schemas/hierarchy.py 100.00% <ø> (ø)
compass/core/_scrapers/reports.py 28.76% <20.00%> (ø)
compass/core/_scrapers/hierarchy.py 28.88% <33.33%> (-1.55%) :arrow_down:
compass/core/hierarchy.py 24.41% <37.03%> (-5.29%) :arrow_down:
compass/core/reports.py 40.74% <42.85%> (-10.62%) :arrow_down:
compass/core/_scrapers/role_detail.py 33.84% <50.00%> (-1.01%) :arrow_down:
compass/core/util/client.py 81.81% <50.00%> (ø)
compass/core/logon.py 71.32% <56.52%> (-2.97%) :arrow_down:
compass/core/_scrapers/member_profile.py 21.24% <57.89%> (-0.29%) :arrow_down:
compass/core/people.py 44.73% <90.00%> (+1.14%) :arrow_up:
... and 5 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 0e621a0...3037a1f. Read the comment docs.