Skip to content

Commit

Permalink
add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraware committed Jan 20, 2024
1 parent 243be18 commit 4d243f6
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 72 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
run: poetry run pytest --cov=src
- 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
run: poetry run pytest --cov=src
- name: Build docs with Material for MkDocs
run: poetry run mkdocs build
Loading

0 comments on commit 4d243f6

Please sign in to comment.