We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12ad36d + 6354ac2 commit 2235d62Copy full SHA for 2235d62
codecov/__init__.py
@@ -673,7 +673,7 @@ def main(*argv, **kwargs):
673
if os.path.exists(opj(os.getcwd(), '.coverage')) and not os.path.exists(opj(os.getcwd(), 'coverage.xml')):
674
if glob.glob(opj(os.getcwd(), '.coverage.*')):
675
write(' Mergeing coverage reports')
676
- try_to_run('coverage merge')
+ try_to_run('coverage combine')
677
678
write(' Generating coverage xml reports for Python')
679
# using `-i` to ignore "No source for code" error
0 commit comments