averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

Issue #6: Adjust module structure #7

Closed reckart closed 3 years ago

reckart commented 3 years ago
codecov-io commented 3 years ago

Codecov Report

Merging #7 (d46713d) into main (6752c44) will increase coverage by 0.72%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   84.71%   85.44%   +0.72%     
==========================================
  Files           8       11       +3     
  Lines         818      804      -14     
==========================================
- Hits          693      687       -6     
+ Misses        125      117       -8     
Impacted Files Coverage Δ
averbis/core/_rest_client.py 78.50% <ø> (ø)
averbis/highlighting/_utils.py 93.10% <ø> (ø)
averbis/__init__.py 100.00% <100.00%> (ø)
averbis/core/__init__.py 100.00% <100.00%> (ø)
averbis/highlighting/__init__.py 100.00% <100.00%> (ø)
tests/test_client.py 100.00% <100.00%> (ø)
tests/test_pipeline.py 99.03% <100.00%> (ø)
tests/test_project.py 100.00% <100.00%> (ø)
... and 1 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 6752c44...d46713d. Read the comment docs.