Skip to content

Commit

Permalink
update code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
hyumo committed Oct 7, 2023
1 parent b13bbc0 commit 022a90f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ jobs:
- name: Test with Pytest
run: |
pytest --cov=qfmu --cov-report=xml --cov-report=term-missing tests/
pytest --cov --cov-report xml:codecov.xml
- name: Code coverage
uses: orgoro/coverage@v3.1
with:
coverageFile: codecov.xml
token: ${{ secrets.GITHUB_TOKEN }}




1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ setuptools
pytest
ruff
coverage
pytest-cov
black
isort
twine
Expand Down

0 comments on commit 022a90f

Please sign in to comment.