Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saalUW authored Oct 11, 2024
1 parent 6f5a904 commit f2c988a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
with:
python-version: "3.12"
- name: Install dependencies
run: python -m pip install .[test] --upgrade pip
run: |
python -m pip install .[test] --upgrade pip
pip install pytest-cov
- name: Test with pytest
run: pytest --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit f2c988a

Please sign in to comment.