Skip to content

Commit 53804e1

Browse files
tleonhardtanselor
authored andcommitted
Replace non-ASCII quotes in .coveragerc with ASCII quotes
This is a fix so that unit tests will work on Windows with newer versions of the coverage module
1 parent 77d7480 commit 53804e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ precision = 1
2020

2121

2222
[html]
23-
# (string, default htmlcov): where to write the HTML report files.
23+
# (string, default "htmlcov"): where to write the HTML report files.
2424
directory = htmlcov

0 commit comments

Comments
 (0)