Skip to content

Commit

Permalink
Fix CI to not warn in unrelevant occasions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunboyy committed May 21, 2024
1 parent c379f87 commit 7dffeaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exclude_patterns:
- "examples/"
- "**/*_test.go"
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage:
status:
project:
default:
target: 75%
target: 90%
patch:
default:
target: 80%
Expand Down

0 comments on commit 7dffeaf

Please sign in to comment.