Skip to content

Commit

Permalink
chore(fix): Update ignore paths for codecoverage
Browse files Browse the repository at this point in the history
Also moved an example file
  • Loading branch information
atassis committed May 18, 2018
1 parent a45e17f commit 6a94f35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ $RECYCLE.BIN/

# End of https://www.gitignore.io/api/node,macos,windows,linux
.chatlist.json
.idea
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ parsers:
ignore:
- "**/*.test.js"
- "src/tests/**/*"
- "db/**/*"
- "src/db/**/*"
- "node_modules/**/*"
- "config/**/*"
- "src/config/**/*"
File renamed without changes.

0 comments on commit 6a94f35

Please sign in to comment.