We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b009196 commit e9c04c2Copy full SHA for e9c04c2
.github/workflows/ci.yml
@@ -13,4 +13,6 @@ jobs:
13
CACHE_VERSION: 2
14
PYTHON_VERSION_DEFAULT: 3.8.14
15
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
16
- MINIMUM_COVERAGE_PERCENTAGE: 40
+ MINIMUM_COVERAGE_PERCENTAGE: 40
17
+ secrets:
18
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
pyproject.toml
@@ -17,7 +17,7 @@ dependencies = [
"click",
"zigpy",
19
"crc",
20
- "bellows~=0.38.0",
+ "bellows~=0.39.0",
21
'gpiod==1.5.4; platform_system=="Linux"',
22
"coloredlogs",
23
"async_timeout",
0 commit comments