Skip to content

Commit

Permalink
add interrogate
Browse files Browse the repository at this point in the history
  • Loading branch information
hyusap committed Mar 16, 2024
1 parent 09b3e31 commit 21f8b10
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 47 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
poetry install
poetry run coverage run -m pytest
poetry run coverage report --format=markdown > coverage.md
echo -e "\n---\n# Docstring Coverage\n\`\`\`" >> coverage.md
poetry run interrogate -v honcho >> coverage.md
echo -e "\`\`\`" >> coverage.md
cd ..
- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
Expand Down
Loading

0 comments on commit 21f8b10

Please sign in to comment.