Skip to content

Commit

Permalink
✏️ Remove coverage.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Feb 19, 2024
1 parent c76c3b8 commit 7347b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rm -f `find . -type f -name '*.py[co]' `
rm -f `find . -type f -name '*~' `
rm -f `find . -type f -name '.*~' `
rm -f `find . -type f -name .coverage`
rm -f `find . -type f -name coverage.xml`
rm -f `find . -type f -name ".coverage.*"`
rm -rf `find . -name __pycache__`
rm -rf `find . -name authx_profiling_results.html`
Expand Down

0 comments on commit 7347b01

Please sign in to comment.