Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'Thomas55555:main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Airler authored Jan 4, 2024
2 parents 5a5ca0c + 6b938fc commit 1176aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
pipenv install --deploy --dev
- name: Run test suite
run: |
pipenv run test --asyncio-mode=auto custom_components/husqvarna_automower --cov=custom_components.husqvarna_automower --cov-report xml -v
pip install -r requirements.txt
pytest --asyncio-mode=auto custom_components/husqvarna_automower --cov=custom_components.husqvarna_automower --cov-report xml -v
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest_homeassistant_custom_component
aioautomower
aioautomower==2023.9.0
geopy
numpy
Pillow
Expand Down

0 comments on commit 1176aa9

Please sign in to comment.