mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Exclude verboseOutputAssignments from LCOV coverage testing
This commit is contained in:
@@ -243,6 +243,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// LCOV_EXCL_START
|
||||||
static void verboseOutputAssignments(
|
static void verboseOutputAssignments(
|
||||||
std::vector<AssignedSets> const &assignments, std::vector<ColorSet> const &colorSets
|
std::vector<AssignedSets> const &assignments, std::vector<ColorSet> const &colorSets
|
||||||
) {
|
) {
|
||||||
@@ -257,6 +258,7 @@ static void verboseOutputAssignments(
|
|||||||
fprintf(stderr, "} (volume = %zu)\n", assignment.volume());
|
fprintf(stderr, "} (volume = %zu)\n", assignment.volume());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// LCOV_EXCL_STOP
|
||||||
|
|
||||||
static void decant(std::vector<AssignedSets> &assignments, std::vector<ColorSet> const &colorSets) {
|
static void decant(std::vector<AssignedSets> &assignments, std::vector<ColorSet> const &colorSets) {
|
||||||
// "Decanting" is the process of moving all *things* that can fit in a lower index there
|
// "Decanting" is the process of moving all *things* that can fit in a lower index there
|
||||||
|
|||||||
Reference in New Issue
Block a user