Skip to content

Commit

Permalink
fix extension
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Feb 22, 2024
1 parent 7bb4caf commit 569762d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public IntructionHtmlFormat(CoveredContract contract, params CoveredMethod[] met

public void WriteReport(Action<string, Action<Stream>> writeAttachement)
{
writeAttachement("coverage.cobertura.txt", stream =>
writeAttachement("coverage.cobertura.html", stream =>
{
using var writer = new StreamWriter(stream)
{
Expand Down

0 comments on commit 569762d

Please sign in to comment.