File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ omit =
1010 .tox/*,
1111 build/*,
1212 dist/*,
13- version.py
13+ version.py,
14+ lcd_i2c/const.py,
15+ lcd_i2c/typing.py,
1416
1517[report]
1618# include = src/*
17- include = be_upy_blink /*
19+ include = lcd_i2c /*
1820# Regexes for lines to exclude from consideration
1921
2022ignore_errors = True
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ coverage:
77 status :
88 project :
99 default :
10- target : 0 %
10+ target : 100 %
1111 threshold : 1%
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ always-on = True
1717always-on = True
1818
1919[output-buffer]
20+ # set "always-on" to False to see print content in console
2021always-on = True
2122stderr = False
2223stdout = True
You can’t perform that action at this time.
0 commit comments