Skip to content

Commit

Permalink
update workflow coverage report to xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraware committed Jan 20, 2024
1 parent 9369ed6 commit 6913bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Format with Ruff
run: poetry run ruff format --check
- name: Test with pytest
run: poetry run pytest --cov=src --cov-report=html
run: poetry run pytest --cov=src --cov-report=xml
- name: Build docs with Material for MkDocs
run: poetry run mkdocs build
- name: Upload coverage reports to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
- name: Format with Ruff
run: poetry run ruff format --check
- name: Test with pytest
run: poetry run pytest --cov=src --cov-report=html
run: poetry run pytest --cov=src --cov-report=xml
- name: Build docs with Material for MkDocs
run: poetry run mkdocs build

0 comments on commit 6913bd4

Please sign in to comment.