Skip to content

Commit

Permalink
chore: add htmlcov directory to clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Nov 15, 2024
1 parent 38b575e commit de15909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ tasks:
- rm -rf ./.pytest_cache/
- fd --type directory --no-ignore __pycache__ | xargs --no-run-if-empty rm -rf
- rm -rf ./site/
- rm -rf ./htmlcov/

0 comments on commit de15909

Please sign in to comment.