Skip to content

Commit

Permalink
Add c8 code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tolauwae committed Dec 6, 2024
1 parent 459613b commit 46cb0a1
Show file tree
Hide file tree
Showing 7 changed files with 565 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .c8rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"reporter": [
"json",
"text"
]
}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ lib/*.js
test/*.js
*.map

# Project specific
WABT
core/

dist/

# IDE folders
.idea

# c8 Coverage
coverage
out
Loading

0 comments on commit 46cb0a1

Please sign in to comment.