Skip to content

Commit 0bd76f5

Browse files
committed
Update documentation
1 parent f1d500d commit 0bd76f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/clover_build_baseline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Build baseline for Clover report
44
1. Run your tests with switched on clover report. See [base readme](./../README.md#usage).
55
2. Call console command:
66
```shell
7-
vendor/bin/pccb_clover_build_baseline
7+
vendor/bin/pccb pccb:clover:build-baseline
88
```
99
It accepts options:
1010

docs/clover_compare_with_baseline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Compare Clover report with baseline
55
2. Run your tests with switched on clover report. See [base readme](./../README.md#usage).
66
3. Call console command:
77
```shell
8-
vendor/bin/pccb_clover_compare -vv
8+
vendor/bin/pccb pccb:clover:compare -vv
99
```
1010
It accepts options:
1111

0 commit comments

Comments
 (0)