Add Coverage report
This commit is contained in:
parent
40faa2e8cf
commit
253eeed919
2 changed files with 3 additions and 1 deletions
|
@ -12,10 +12,12 @@ MQTT library for multiple platforms including embedded targets.
|
|||
- MQTT connection as a client is working
|
||||
- All packet types are implemented
|
||||
- Supports MQTT 3.1.1 (aka. protocol level 4)
|
||||
- Test have a coverage of about 92% (lines) and 97% (functions), untested code is just bail-out error handling for fatal errors (usually programming errors or network failure)
|
||||
- Test have a coverage of about 86.5% (lines) and 100% (functions), untested code is just bail-out error handling for fatal errors (usually programming errors or network failure)
|
||||
- Platform support for Linux and Windows is working
|
||||
- Builds on Linux (GCC and Clang) and Windows (MSVC and Clang/c2)
|
||||
|
||||

|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Running in MQTT Broker mode (very low prio)
|
||||
|
|
BIN
doc/coverage_linux.png
Normal file
BIN
doc/coverage_linux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in a new issue