Skip to content

Commit 1f1257d

Browse files
committed
fix coverage directory
1 parent 1704457 commit 1f1257d

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
coverage/*
2+
.nyc_output/*

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ lib-cov
1414

1515
# Coverage directory used by tools like istanbul
1616
coverage
17+
.nyc_output
1718

1819
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1920
.grunt

.nycrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"reporter": ["lcov", "text-summary"],
3+
"exclude": ["**/spec/**"]
4+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@semantic-release/github": "10.1.4",
3939
"@semantic-release/npm": "12.0.1",
4040
"@semantic-release/release-notes-generator": "14.0.1",
41+
"semantic-release": "24.1.2",
4142
"codecov": "3.8.3",
4243
"eslint": "7.13.0",
4344
"jasmine": "5.3.1",
@@ -46,6 +47,6 @@
4647
"parse-server": "7.3.0",
4748
"parse-server-conformance-tests": "1.0.0",
4849
"prettier": "3.3.3",
49-
"semantic-release": "24.1.2"
50+
"mongodb-runner": "5.6.4"
5051
}
5152
}

0 commit comments

Comments
 (0)