mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 20:32:38 +02:00
remove coveragerc
This commit is contained in:
parent
6e1aeb08f4
commit
e360850e73
1 changed files with 0 additions and 16 deletions
16
.coveragerc
16
.coveragerc
|
|
@ -1,16 +0,0 @@
|
|||
[run]
|
||||
omit =
|
||||
*/site-packages/* \
|
||||
*\__init__.py
|
||||
[report]
|
||||
# Regexes for lines to exclude from consideration
|
||||
exclude_lines =
|
||||
"""
|
||||
'''
|
||||
pragma: no cover
|
||||
def __repr__
|
||||
if self.debug:
|
||||
raise AssertionError
|
||||
raise NotImplementedError
|
||||
except Exception as e:
|
||||
if __name__ == .__main__.:
|
||||
Loading…
Add table
Add a link
Reference in a new issue