nucypher / ATxM

Automatic Transaction Machine 🏧 🔁
https://pypi.org/project/atxm/
GNU Affero General Public License v3.0
3 stars 3 forks source link

Additional testing for tracker and tx modules - mostly around serialization/deserialization #30

Closed derekpierre closed 8 months ago

derekpierre commented 8 months ago

Based over #27

Fixes #29 Fixes #15

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 99.35424% with 7 lines in your changes are missing coverage. Please review.

:exclamation: No coverage uploaded for pull request base (main@6248d7d). Click here to learn what that means.

Files Patch % Lines
atxm/machine.py 96.10% 3 Missing :warning:
atxm/tx.py 92.59% 2 Missing :warning:
tests/test_machine.py 99.41% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #30 +/- ## ======================================= Coverage ? 97.92% ======================================= Files ? 15 Lines ? 2022 Branches ? 0 ======================================= Hits ? 1980 Misses ? 42 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

derekpierre commented 8 months ago

Coverage as of https://github.com/nucypher/ATxM/pull/30/commits/3245c0fff0813e1070e9eef572c170650e43e444:

Screenshot 2024-03-08 at 12 14 01 PM