Skip to content

Commit

Permalink
fix(make): remove coverage files
Browse files Browse the repository at this point in the history
[skip_ci]
  • Loading branch information
fmorency committed Jul 22, 2024
1 parent fe2a962 commit 662e578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ coverage: ## Run coverage report
@go tool cover -html=${COV_ROOT}/coverage-merged-filtered.out -o coverage.html
@echo "--> Coverage report available at coverage.html"
@echo "--> Cleaning up coverage files"
# @rm -rf ${COV_UNIT_E2E}/* ${COV_SIMULATION}/*
@rm -rf ${COV_UNIT_E2E}/* ${COV_SIMULATION}/*
@echo "--> Running coverage complete"

.PHONY: coverage
Expand Down

0 comments on commit 662e578

Please sign in to comment.