libmir / mir-algorithm

Compare 5b90150 ... +2 ... 38aa2fa

Showing 1 of 1 files from the diff.

@@ -59,7 +59,7 @@
Loading
59 59
}
60 60
61 61
/// Concatenated string results
62 -
string text(string separator = "", Args...)(auto ref Args args)
62 +
string text(string separator = "", Args...)(auto ref const(Args) args)
63 63
    if (Args.length > 0)
64 64
{
65 65
    static if (Args.length == 1)

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
source/mir 92.65%
Project Totals (62 files) 92.65%
Loading