Skip to content

Commit

Permalink
Install "pytest-cov" to support "pytest --cov"
Browse files Browse the repository at this point in the history
  • Loading branch information
Azureblade3808 authored Aug 23, 2024
1 parent 925a1d3 commit 8d35c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade black pyright pytest
python -m pip install --upgrade black pyright pytest pytest-cov
- name: Format with black
run: |
black --diff .
Expand Down

0 comments on commit 8d35c0d

Please sign in to comment.