Skip to content

Commit

Permalink
Fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutgun committed Oct 31, 2024
1 parent 8f63545 commit cb4d84d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ jobs:
pytest --cov=devolo_home_control_api
- name: Preserve coverage
uses: actions/[email protected]
if: matrix.python-version == '3.8'
if: matrix.python-version == '3.9'
with:
name: coverage
include-hidden-files: true
path: .coverage

coverage:
Expand All @@ -78,7 +79,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.8
python-version: 3.9
- name: Download coverage
uses: actions/[email protected]
with:
Expand Down

0 comments on commit cb4d84d

Please sign in to comment.