Skip to content

Commit 84738ce

Browse files
authored
Bump CI actions (#228)
1 parent a197e13 commit 84738ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
python-version: ["3.10", "3.11", "3.12"]
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Set up Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
cache: "pip"
@@ -24,6 +24,6 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install -r requirements_dev.txt .
2626
- name: Tests
27-
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
27+
run: pytest --cov --cov-report=term-missing --cov-report=xml tests
2828
- name: Upload coverage to Codecov
2929
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)