fetchai / agents-aea

A framework for autonomous economic agent (AEA) development
https://docs.fetch.ai/aea/
Apache License 2.0
203 stars 62 forks source link

update cosmpy dependency to version 0.5 #2744

Closed solarw closed 2 years ago

solarw commented 2 years ago

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.

Fixes

If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce to agents-aea? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

DELETE INCLUSIVE THIS AND BELOW FOR STANDARD PR

Release summary

Version number: [e.g. 1.0.1]

Release details

Describe in short the main changes with the new release.

Checklist

Put an x in the boxes that apply.

Further comments

Write here any other comment about the release, if any.

codecov-commenter commented 2 years ago

Codecov Report

Merging #2744 (4256e5a) into develop (e844426) will decrease coverage by 59.22%. The diff coverage is n/a.

:exclamation: Current head 4256e5a differs from pull request most recent head c501c91. Consider uploading reports for the commit c501c91 to get more accurate results

@@             Coverage Diff              @@
##           develop    #2744       +/-   ##
============================================
- Coverage    97.96%   38.74%   -59.23%     
============================================
  Files          522      522               
  Lines        36498    36498               
============================================
- Hits         35757    14142    -21615     
- Misses         741    22356    +21615     
Flag Coverage Δ
unittests 38.74% <ø> (-59.23%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aea/protocols/generator/base.py 4.98% <0.00%> (-95.02%) :arrow_down:
packages/fetchai/protocols/tac/serialization.py 6.63% <0.00%> (-93.37%) :arrow_down:
...es/fetchai/protocols/contract_api/serialization.py 7.02% <0.00%> (-92.98%) :arrow_down:
...ages/fetchai/protocols/ledger_api/serialization.py 7.42% <0.00%> (-92.58%) :arrow_down:
packages/fetchai/protocols/fipa/serialization.py 12.38% <0.00%> (-87.62%) :arrow_down:
...ages/fetchai/protocols/prometheus/serialization.py 12.50% <0.00%> (-87.50%) :arrow_down:
...ages/fetchai/protocols/oef_search/serialization.py 13.13% <0.00%> (-86.87%) :arrow_down:
packages/fetchai/protocols/gym/serialization.py 13.26% <0.00%> (-86.74%) :arrow_down:
...ackages/fetchai/protocols/signing/serialization.py 13.68% <0.00%> (-86.32%) :arrow_down:
packages/fetchai/protocols/http/serialization.py 13.79% <0.00%> (-86.21%) :arrow_down:
... and 350 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 e844426...c501c91. Read the comment docs.