diff --git a/BUILDING.md b/BUILDING.md index a32b30bb62745c..74da7b26b45e8f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -128,6 +128,9 @@ To run the tests: $ make test ``` +At this point you are ready to make code changes and re-run the tests! +Optionally, continue below. + To run the tests and generate code coverage reports: ```console @@ -144,7 +147,7 @@ and overwrites the `lib/` directory. To clean up after generating the coverage reports: ```console -make coverage-clean +$ make coverage-clean ``` To build the documentation: