Coverage Update #47

Merged
muellerr merged 35 commits from coverage-update into main 2023-12-06 18:05:57 +01:00
Showing only changes of commit 4faf1c99d8 - Show all commits

View File

@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Introduce custom implementation of `PartialEq` for `CommonPduConfig` which only compares the - Introduce custom implementation of `PartialEq` for `CommonPduConfig` which only compares the
values for the source entity ID, destination entity ID and transaction sequence number field to values for the source entity ID, destination entity ID and transaction sequence number field to
allow those fields to have different widths. allow those fields to have different widths.
- Removed the `PusError::RawDataTooShort` variant which is already covered by
`PusError::ByteConversionError` variant.
# [v0.7.0-beta.2] 2023-09-26 # [v0.7.0-beta.2] 2023-09-26