We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd8f74 commit fc1e4cdCopy full SHA for fc1e4cd
codecov/__init__.py
@@ -585,7 +585,7 @@ def main(*argv, **kwargs):
585
'''$(find . -type f -name '*.php' -exec grep -nIH '^[[:space:]]*{' {} \;)\n'''
586
'''"''')
587
write(" --> Found %s adjustments" % (adjustments.count('\n') - adjustments.count('\n\n') - 1))
588
- reports = remove_non_ascii(reports)
+ adjustments = remove_non_ascii(adjustments)
589
reports = str(reports) + '\n# path=fixes\n' + str(adjustments) + '<<<<<< EOF'
590
591
result = ''
0 commit comments