Skip to content

Commit 67e5905

Browse files
committed
fix: issue #6 code checks breaking my functionality
1 parent e9855b7 commit 67e5905

File tree

2 files changed

+1
-65
lines changed

2 files changed

+1
-65
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 64 deletions
This file was deleted.

coverage_util/check_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from collections import defaultdict
88

99
ignored_wildcards = ["project_euler", "__init__.py", "tests", "__pycache__"]
10-
root_dir = __file__.replace("/coverage_util/check_coverage.py", "")
10+
root_dir = os.path.abspath(__file__).replace("/coverage_util/check_coverage.py", "")
1111
save_file = False
1212
dir_cov = {}
1313

0 commit comments

Comments
 (0)