Skip to content

Commit d297583

Browse files
author
ag
committed
updated readme with test + coverage example
1 parent a41a1ad commit d297583

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ To run all integration tests:
134134
docker compose run --use-aliases boulder ./test.sh --integration
135135
```
136136

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+
137143
To run specific integration tests (example runs TestAkamaiPurgerDrainQueueFails and TestWFECORS):
138144

139145
```shell

0 commit comments

Comments
 (0)