fossology / fossology-python

Python wrapper for the Fossology API
https://fossology.github.io/fossology-python
MIT License
17 stars 8 forks source link

1.5.1 patch #98

Closed deveaud-m closed 2 years ago

deveaud-m commented 2 years ago

Support last updates in Fossology API, see #52

Improve testing: add more tests, reduce latency (wait times).

Wait for release 4.1.0 because of https://github.com/fossology/fossology/pull/2139

ToDo: add support for Python 3.10, drop 3.6

codecov[bot] commented 2 years ago

Codecov Report

Merging #98 (67da7a5) into master (86ba9bd) will increase coverage by 1.60%. The diff coverage is 91.37%.

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   89.52%   91.13%   +1.60%     
==========================================
  Files          11       11              
  Lines        1346     1398      +52     
==========================================
+ Hits         1205     1274      +69     
+ Misses        141      124      -17     
Impacted Files Coverage Δ
fossology/uploads.py 94.32% <80.00%> (+8.86%) :arrow_up:
fossology/obj.py 93.37% <89.47%> (+0.06%) :arrow_up:
fossology/foss_cli.py 83.04% <93.54%> (+0.78%) :arrow_up:
fossology/jobs.py 96.82% <100.00%> (ø)
fossology/exceptions.py 75.86% <0.00%> (+3.44%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

deveaud-m commented 2 years ago

Replaced by https://github.com/fossology/fossology-python/pull/100