Skip to content

Commit 31b2bd2

Browse files
update config files for unittesting
1 parent 0825920 commit 31b2bd2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.coveragerc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2022
ignore_errors = True

codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ coverage:
77
status:
88
project:
99
default:
10-
target: 0%
10+
target: 100%
1111
threshold: 1%

tests/unittest.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ always-on = True
1717
always-on = True
1818

1919
[output-buffer]
20+
# set "always-on" to False to see print content in console
2021
always-on = True
2122
stderr = False
2223
stdout = True

0 commit comments

Comments
 (0)