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 5279fb9 commit f00bfa2Copy full SHA for f00bfa2
3 files changed
.bzrignore
@@ -37,3 +37,6 @@ Lib/test/data/*
37
Lib/lib2to3/Grammar*.pickle
38
Lib/lib2to3/PatternGrammar*.pickle
39
__pycache__
40
+.coverage
41
+coverage/*
42
+htmlcov/*
.gitignore
@@ -42,3 +42,6 @@ pyconfig.h
python
43
python-gdb.py
44
tags
45
46
+coverage/
47
+htmlcov/
.hgignore
@@ -65,3 +65,6 @@ PCbuild/*.bsc
65
PCbuild/Win32-temp-*
66
67
Modules/_testembed
68
69
70
0 commit comments