Skip to content

Commit

Permalink
add coverage folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr Martian committed Jun 28, 2024
1 parent a1d7825 commit 282d100
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bunfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ root = "./test"

# always enable coverage
# windows tests fails when using coverage
# coverage = true
coverage = true

# new
# coverageReporter = ["text", "lcov"] # default ["text"]
coverageReporter = ["lcov"] # default ["text"]
coverageDir = "./coverage" # default "coverage"
Empty file added coverage/.gitkeep
Empty file.

0 comments on commit 282d100

Please sign in to comment.