Skip to content

Commit

Permalink
cleanup hits file
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed Mar 24, 2018
1 parent 295a80a commit 252d9b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coverlet.core/Coverage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ private void CalculateCoverage()
line.Hits = line.Hits + 1;
}
}

File.Delete(result.HitsFilePath);
}
}
}
Expand Down

0 comments on commit 252d9b0

Please sign in to comment.