Skip to content

Commit

Permalink
Update pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
D34DC3N73R authored May 9, 2023
1 parent 5a89cb6 commit 0025d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
Expand All @@ -23,10 +23,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements_test.txt
pip install --upgrade -r requirements_test.txt
- name: Generate coverage report
run: |
python -m pytest
python -m pytest --asyncio-mode=auto
pip install pytest-cov
pytest ./tests/ --cov=custom_components/nfl/ --cov-report=xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 0025d13

Please sign in to comment.