Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Add extra rm command in make clean to remove all .coverage files (dbt…
Browse files Browse the repository at this point in the history
…-labs#5759)

* Add extra rm command in make clean to remove all .coverage files

* Add Changie entry
  • Loading branch information
jared-rimmer authored and josephberni committed Sep 16, 2022
1 parent 1211186 commit 62bc84d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/Fixes-20220903-155409.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Fixes
body: Removal of all .coverage files when using make clean command
time: 2022-09-03T15:54:09.741554082+01:00
custom:
Author: jared-rimmer
Issue: "5633"
PR: "5759"
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ endif
clean: ## Resets development environment.
@echo 'cleaning repo...'
@rm -f .coverage
@rm -f .coverage.*
@rm -rf .eggs/
@rm -f .env
@rm -rf .tox/
Expand Down

0 comments on commit 62bc84d

Please sign in to comment.