We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e5d4e commit c5bc0a9Copy full SHA for c5bc0a9
template/{% if is_distributable %}tests{% endif %}/conftest.py
@@ -43,7 +43,7 @@ def update_readme_coverage_badge():
43
replacement_str = f""
44
45
# Use regex to replace badge icon in README
46
- with open(README_FILE, "r+") as f:
+ with open(README_FILE, "r+", encoding='utf-8') as f:
47
text = f.read()
48
if replacement_str in text:
49
logging.info('Coverage in README is up to date -- no changes made.')
0 commit comments