Skip to content

Commit

Permalink
build: sometimes we can't run coverage when sterilizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Nov 4, 2023
1 parent c9206c9 commit c95cab1
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 @@ -24,7 +24,7 @@ clean: ## remove generated byte code, coverage reports, and build artifacts
find . -name '*.pyc' -exec rm -f {} +
find . -name '*.pyo' -exec rm -f {} +
find . -name '*~' -exec rm -f {} +
coverage erase
-coverage erase
rm -fr coverage.json
rm -fr build/
rm -fr dist/
Expand Down

0 comments on commit c95cab1

Please sign in to comment.