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

Return-To-The-Roots / s25client / 27953606220

22 Jun 2026 12:45PM UTC coverage: 50.467% (+0.01%) from 50.457%
27953606220

Pull #1928

github

web-flow
Merge 942d7b3a3 into 230b1bb51
Pull Request #1928: Add single-soldier coin training addon

18 of 18 new or added lines in 2 files covered. (100.0%)

683 existing lines in 21 files now uncovered.

23229 of 46028 relevant lines covered (50.47%)

44611.98 hits per line

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

0.0
/libs/common/src/helpers/serializeEnums.cpp
1
// Copyright (C) 2005 - 2021 Settlers Freaks (sf-team at siedler25.org)
2
//
3
// SPDX-License-Identifier: GPL-2.0-or-later
4

5
#include "helpers/serializeEnums.h"
6
#include "helpers/format.hpp"
7

UNCOV
8
std::range_error helpers::makeOutOfRange(unsigned value, unsigned maxValue)
×
9
{
UNCOV
10
    return std::range_error(helpers::format("%s is out of range. Maximum allowed value: %s", value, maxValue));
×
11
}
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