Skip to content

Commit 5d09b80

Browse files
committed
[fix] non ascii chars
1 parent 557a42d commit 5d09b80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codecov/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ def main(*argv, **kwargs):
651651

652652
write('Support channels:', 'green')
653653
write(' Email: hello@codecov.io\n'
654+
' IRC: #codecov\n'
654655
' Gitter: https://gitter.im/codecov/support\n'
655656
' Twitter: @codecov\n')
656657
sys.exit(1 if codecov.required else 0)

0 commit comments

Comments
 (0)