Skip to content

Commit e9c04c2

Browse files
authored
Bump bellows to 0.39.0 (NabuCasa#69)
* Bump bellows to 0.39.0 * Pass codecov token to CI
1 parent b009196 commit e9c04c2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
CACHE_VERSION: 2
1414
PYTHON_VERSION_DEFAULT: 3.8.14
1515
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
16-
MINIMUM_COVERAGE_PERCENTAGE: 40
16+
MINIMUM_COVERAGE_PERCENTAGE: 40
17+
secrets:
18+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"click",
1818
"zigpy",
1919
"crc",
20-
"bellows~=0.38.0",
20+
"bellows~=0.39.0",
2121
'gpiod==1.5.4; platform_system=="Linux"',
2222
"coloredlogs",
2323
"async_timeout",

0 commit comments

Comments
 (0)