Skip to content

Commit b021257

Browse files
committed
project: add missing ellipsis in .coveragerc file
1 parent 8e2c32b commit b021257

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ exclude_lines =
1212
if __name__ == .__main__.:
1313
def __repr__
1414
pass
15+
...

xargproject/project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def init_coveragerc(self):
6565
if __name__ == .__main__.:
6666
def __repr__
6767
pass
68+
...
6869
''')
6970

7071
def init_pylintrc(self):

0 commit comments

Comments
 (0)