8000 Merge pull request #34 from codeclimate/jp/improve-coverage · codeclimate/codeclimate-fixme@71f5761 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71f5761

Browse files
committed
Merge pull request #34 from codeclimate/jp/improve-coverage
Improve test coverage
2 parents fa59b5c + 1457955 commit 71f5761

File tree

16 files changed

+407
-294
lines changed

16 files changed

+407
-294
lines changed

.codeclimate.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ ratings:
77
paths:
88
- "**.js"
99
exclude_paths:
10-
- "**/*.md"
11-
- "Dockerfile"
12-
- "bin/fixme"
13-
- "test/**"
10+
- "test"
11+
- "node_modules"

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.git
2+
node_modules

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*{.,-}min.js

0 commit comments

Comments
 (0)
0