We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a900f1b commit 9886eefCopy full SHA for 9886eef
.c8rc.json
@@ -1,3 +1,8 @@
1
{
2
- "all": true
+ "all": true,
3
+ "exclude": [
4
+ "eslint.config.mjs",
5
+ "**/fixtures",
6
+ "src/generators/legacy-html/assets"
7
+ ]
8
}
codecov.yml
@@ -12,7 +12,3 @@ coverage:
12
# TODO(@avivkeller): Once our coverage > 70%,
13
# increase this to 70%, and increase on increments
14
target: 60%
15
-
16
-ignore:
17
- - 'eslint.config.mjs'
18
- - '**/fixtures/'
0 commit comments