Skip to content

Commit 2f2eedb

Browse files
author
Jonathan Gaillard
committed
No need for an extension on files the user isnt supposed to see.
1 parent bc1e9e6 commit 2f2eedb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gaillard.SharpCover/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Gaillard.SharpCover
1616
public static class Program
1717
{
1818
public const string RESULTS_FILENAME = "coverageResults.txt", MISS_PREFIX = "MISS ! ";
19-
private const string KNOWNS_FILENAME = "coverageKnowns.txt", HITS_FILENAME = "coverageHits.txt";
19+
private const string KNOWNS_FILENAME = "coverageKnowns", HITS_FILENAME = "coverageHits";
2020
private static readonly MethodInfo countMethodInfo = typeof(Counter).GetMethod("Count");
2121

2222
//immutable

0 commit comments

Comments
 (0)