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 a41a1ad commit d297583Copy full SHA for d297583
1 file changed
README.md
@@ -134,6 +134,12 @@ To run all integration tests:
134
docker compose run --use-aliases boulder ./test.sh --integration
135
```
136
137
+To run unit tests and integration tests with coverage:
138
+
139
+```shell
140
+docker compose run --use-aliases boulder ./test.sh --unit --integration --coverage --coverage-dir=./test/coverage/mytestrun
141
+```
142
143
To run specific integration tests (example runs TestAkamaiPurgerDrainQueueFails and TestWFECORS):
144
145
```shell
0 commit comments