Skip to content

Commit

Permalink
chore: exclude coverage/ from checks (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Apr 14, 2024
1 parent ca8ace4 commit e136523
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.env
*.DS_Store
cov/
cov.lcov
.idea
_fresh/
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"tabler_icons_tsx/": "https://deno.land/x/tabler_icons_tsx@0.0.4/tsx/",
"fresh_charts/": "https://deno.land/x/fresh_charts@0.3.1/"
},
"exclude": ["cov/", "_fresh/", "**/_fresh/*"],
"exclude": ["coverage/", "_fresh/", "**/_fresh/*"],
"lint": { "rules": { "tags": ["fresh", "recommended"] } }
}

0 comments on commit e136523

Please sign in to comment.