Skip to content

Commit

Permalink
Fixes the coverage reporting for the actual source files
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Feb 8, 2024
1 parent 4224e2c commit b603ab4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install pytest pytest-cov coverage cached-property
python setup.py clean build install
- name: Run test
run: pytest

- name: Generate coverage report
pip install pytest pytest-cov pytest-sugar coverage cached-property
- name: Install Whoosh
run: |
pip install -e .
- name: Run tests
run: |
pip install pytest
pip install pytest-cov
Expand Down

0 comments on commit b603ab4

Please sign in to comment.