Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
update codeclimate and coverage exclude patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 23, 2021
1 parent 3357545 commit 3be0154
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .codeclimate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ checks:
threshold: # language-specific defaults. an override will affect all languages.
identical-code:
config:
threshold: # language-specific defaults. an override will affect all languages.
threshold: # language-specific defaults. an override will affect all languages.

exclude-patterns:
- "**/tests/"
- "**/_vendor/"
- "**/docs/"
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
omit =
*/examples/*
*/tests/*
docs
*/docs/*

0 comments on commit 3be0154

Please sign in to comment.