xonsh/.coveragerc

10 lines
121 B
Text
Raw Normal View History

2016-07-15 09:34:13 +02:00
[run]
branch = true
2017-01-31 17:10:40 +02:00
source =
xonsh/
2016-07-15 09:34:13 +02:00
omit =
2017-01-31 17:10:40 +02:00
*/__amalgam__.py
xonsh/lazyasd.py
xonsh/parser_table.py
2017-01-29 16:05:55 +02:00
xonsh/ply/*