Skip to content

Commit 9886eef

Browse files
committed
move excludes to c8
1 parent a900f1b commit 9886eef

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.c8rc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"all": true
2+
"all": true,
3+
"exclude": [
4+
"eslint.config.mjs",
5+
"**/fixtures",
6+
"src/generators/legacy-html/assets"
7+
]
38
}

codecov.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ coverage:
1212
# TODO(@avivkeller): Once our coverage > 70%,
1313
# increase this to 70%, and increase on increments
1414
target: 60%
15-
16-
ignore:
17-
- 'eslint.config.mjs'
18-
- '**/fixtures/'

0 commit comments

Comments
 (0)