Skip to content

Commit

Permalink
Debug codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
amenasria committed Oct 9, 2024
1 parent 3c3ef64 commit abbad58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def _merge_dev_in_main_coverage(main_cov_file: str, dev_cov_file: str) -> None:
"""
with open(main_cov_file, encoding='utf-8') as main_cov:
main_cov_lines = main_cov.readlines()
print(f"{main_cov_file} content:\n\n", main_cov_lines)
main_mode_line = main_cov_lines.pop(0)
with open(dev_cov_file, encoding='utf-8') as dev_cov:
dev_cov_lines = dev_cov.readlines()
Expand Down

0 comments on commit abbad58

Please sign in to comment.