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 #120: Compare results of textanalysis processes #122

Closed UWinch closed 2 years ago

UWinch commented 2 years ago

What's in the PR?

Context For corresponding product branches (no releases yet).

codecov-commenter commented 2 years ago

Codecov Report

Merging #122 (42805be) into dev (71d60d1) will increase coverage by 0.03%. The diff coverage is 85.07%.

@@            Coverage Diff             @@
##              dev     #122      +/-   ##
==========================================
+ Coverage   92.06%   92.10%   +0.03%     
==========================================
  Files          16       16              
  Lines        2042     2102      +60     
==========================================
+ Hits         1880     1936      +56     
- Misses        162      166       +4     
Impacted Files Coverage Δ
averbis/core/__init__.py 100.00% <ø> (ø)
averbis/core/_rest_client.py 86.65% <78.26%> (-0.29%) :arrow_down:
tests/test_client.py 100.00% <100.00%> (+1.51%) :arrow_up:
tests/test_process.py 100.00% <100.00%> (ø)

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 71d60d1...42805be. Read the comment docs.

UWinch commented 2 years ago

@reckart do you want to have another look at this?