• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wirenboard / wb-mqtt-serial / 2

29 Dec 2025 12:28PM UTC coverage: 76.817% (+4.0%) from 72.836%
2

Pull #1045

github

54aa0c
pgasheev
up changelog
Pull Request #1045: Fix firmware version in WB-M1W2 template

6873 of 9161 branches covered (75.02%)

12966 of 16879 relevant lines covered (76.82%)

1651.61 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/confed_config_generator.cpp
1
#include "confed_config_generator.h"
2

3
Json::Value MakeConfigFromConfed(std::istream& stream, TTemplateMap& templates)
×
4
{
5
    Json::Value root;
×
6
    Json::CharReaderBuilder readerBuilder;
×
7
    Json::String errs;
×
8

9
    if (!Json::parseFromStream(readerBuilder, stream, &root, &errs)) {
×
10
        throw std::runtime_error("Failed to parse JSON:" + errs);
×
11
    }
12

13
    return root;
×
14
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc