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 a93d3eb commit 5472173Copy full SHA for 5472173
BUILDING.md
@@ -129,6 +129,9 @@ To run the tests:
129
$ make test
130
```
131
132
+At this point you are ready to make code changes and re-run the tests!
133
+Optionally, continue below.
134
+
135
To run the tests and generate code coverage reports:
136
137
```console
@@ -145,7 +148,7 @@ and overwrites the `lib/` directory. To clean up after generating the coverage
145
148
reports:
146
149
147
150
-make coverage-clean
151
+$ make coverage-clean
152
153
154
To build the documentation:
0 commit comments