Skip to content

Commit

Permalink
remove other edits
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Nov 14, 2024
1 parent 79ed783 commit e9a494c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions python_files/vscode_pytest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,16 +447,6 @@ def pytest_sessionfinish(session, exitstatus):
cov = coverage.Coverage()
cov.load()

# omit file playground
config = cov.config
# omit_patterns = config.omit
exclude_patterns = config.exclude_list
cov_ex_list = cov.get_exclude_list()

# print("Omitted files patterns:", omit_patterns)
print("Excluded code patterns:", exclude_patterns)
print("Excluded code patterns:", cov_ex_list)

file_set: set[str] = cov.get_data().measured_files()
file_coverage_map: dict[str, FileCoverageInfo] = {}
for file in file_set:
Expand Down

0 comments on commit e9a494c

Please sign in to comment.