Skip to content

Conversation

@smaeul
Copy link
Contributor

@smaeul smaeul commented Nov 17, 2025

This allows them to be referenced in format strings when using the defmt logging framework. Currently this only covers the smaller enums for things like packet headers and error codes.

This allows them to be referenced in format strings when using the defmt
logging framework. Currently this only covers the smaller enums for
things like packet headers and error codes.
@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.90%. Comparing base (609c3a3) to head (7290437).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #48   +/-   ##
=======================================
  Coverage   90.90%   90.90%           
=======================================
  Files          55       55           
  Lines        7456     7456           
=======================================
  Hits         6778     6778           
  Misses        678      678           
Files with missing lines Coverage Δ
src/mqtt/connection/event.rs 87.50% <ø> (ø)
src/mqtt/packet/packet_type.rs 96.49% <ø> (ø)
src/mqtt/packet/property.rs 96.49% <ø> (ø)
src/mqtt/packet/qos.rs 100.00% <ø> (ø)
src/mqtt/packet/retain_handling.rs 100.00% <ø> (ø)
src/mqtt/result_code.rs 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@redboltz
Copy link
Owner

Thank you!
It looks good to me.

@redboltz redboltz merged commit 2a7c7e5 into redboltz:main Nov 17, 2025
20 of 26 checks passed
@smaeul smaeul deleted the up/defmt branch November 17, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants