Skip to content

Commit

Permalink
Merge pull request #14 from ar-io/coverage
Browse files Browse the repository at this point in the history
chore(test): remove html reporter for now
  • Loading branch information
dtfiedler authored May 9, 2024
2 parents 1dcf37e + 55adf58 commit c9b736f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .luacov
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ return {
statsfile = "coverage/luacov.stats.out",
reportfile = "coverage/coverage_report.out",
runreport = true,
reporter = "html",
html = {
outputDirectory = 'coverage'
},
deleteStatsFile = true,
include = {"contract"},
exclude = {"contract/spec"}
Expand Down

0 comments on commit c9b736f

Please sign in to comment.