christiansandberg / canopen

CANopen for Python
http://canopen.readthedocs.io/
MIT License
446 stars 196 forks source link

Add tests for NMT base and NMT master #504

Closed erlend-aasland closed 4 months ago

codecov-commenter commented 4 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.74%. Comparing base (c4560da) to head (6fa2986).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/christiansandberg/canopen/pull/504/graphs/tree.svg?width=650&height=150&src=pr&token=3wUNWZVohh&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Christian+Sandberg)](https://app.codecov.io/gh/christiansandberg/canopen/pull/504?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Christian+Sandberg) ```diff @@ Coverage Diff @@ ## master #504 +/- ## ========================================== + Coverage 67.90% 68.74% +0.83% ========================================== Files 26 26 Lines 3116 3116 Branches 527 527 ========================================== + Hits 2116 2142 +26 + Misses 858 837 -21 + Partials 142 137 -5 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/christiansandberg/canopen/pull/504/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Christian+Sandberg)
erlend-aasland commented 4 months ago

More yak shave for #500.

erlend-aasland commented 4 months ago

FTR, I will follow up with a PR for hardening the NMT slave tests.