We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b564fe2 commit 44719edCopy full SHA for 44719ed
BUILDING.md
@@ -128,6 +128,9 @@ To run the tests:
128
$ make test
129
```
130
131
+At this point you are ready to make code changes and re-run the tests!
132
+Optionally, continue below.
133
+
134
To run the tests and generate code coverage reports:
135
136
```console
@@ -144,7 +147,7 @@ and overwrites the `lib/` directory. To clean up after generating the coverage
144
147
reports:
145
148
146
149
-make coverage-clean
150
+$ make coverage-clean
151
152
153
To build the documentation:
0 commit comments