Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenghaoMou committed Mar 3, 2024
1 parent 79ebd3e commit b822d45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ test:
coverage run -m pytest --doctest-modules . --ignore deduplicate-text-datasets --ignore docs --ignore text_dedup/minhash_spark.py --ignore reference
coverage report -m
coverage xml -o cobertura.xml

clean:
rm -rf .mypy_cache .pytest_cache .ruff_cache cache checkpoints
rm -rf deduplicate-text-datasets/*cache

0 comments on commit b822d45

Please sign in to comment.