Skip to content

Commit

Permalink
Changing parse_gcov_file to fix eddyxu#116
Browse files Browse the repository at this point in the history
  • Loading branch information
samiBendou authored Jan 8, 2019
1 parent e7a4687 commit a6c7728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp_coveralls/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def parse_gcov_file(args, fobj, filename):
print(report_fields)
if len(report_fields) !=3:
continue

cov_num = report_fields[0].strip()
line_num = int(report_fields[1].strip())
text = report_fields[2]
Expand Down

0 comments on commit a6c7728

Please sign in to comment.