Skip to content

Commit 9ff725f

Browse files
docs: replaced missing coverage commands with existing ones (#2734)
1 parent c10161b commit 9ff725f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/docs/en/getting-started/contributing/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ just test-all
7979
To run tests with coverage:
8080

8181
```bash
82-
just coverage-test
82+
just test-coverage
83+
# or
84+
just test-coverage-all
8385
```
8486
If you need test only specific folder or broker:
8587

0 commit comments

Comments
 (0)