Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit d334f5c

Browse files
committed
disable searching in appveyor
1 parent 019ccc9 commit d334f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codecov/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ def main(*argv, **kwargs):
408408
slug=os.getenv('APPVEYOR_REPO_NAME'),
409409
commit=os.getenv('APPVEYOR_REPO_COMMIT')))
410410
write(' AppVeyor Detected')
411+
codecov.disable.append('search')
411412

412413
# -------
413414
# Wercker

0 commit comments

Comments
 (0)