We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1e9e6 commit 2f2eedbCopy full SHA for 2f2eedb
1 file changed
Gaillard.SharpCover/Program.cs
@@ -16,7 +16,7 @@ namespace Gaillard.SharpCover
16
public static class Program
17
{
18
public const string RESULTS_FILENAME = "coverageResults.txt", MISS_PREFIX = "MISS ! ";
19
- private const string KNOWNS_FILENAME = "coverageKnowns.txt", HITS_FILENAME = "coverageHits.txt";
+ private const string KNOWNS_FILENAME = "coverageKnowns", HITS_FILENAME = "coverageHits";
20
private static readonly MethodInfo countMethodInfo = typeof(Counter).GetMethod("Count");
21
22
//immutable
0 commit comments