Skip to content

Commit

Permalink
remove doc coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarvid committed Nov 1, 2024
1 parent 9a5f941 commit 85895fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Check format with Ruff
run: poetry run ruff format --check

- name: Check docstring coverage
run: poetry run docstr-coverage $(find . -name "*.py") --fail-under 20 --verbose=2
# - name: Check docstring coverage
# run: poetry run docstr-coverage ./**/*.py --fail-under 20 --verbose=2

0 comments on commit 85895fe

Please sign in to comment.