Skip to content

Commit b0bbfb3

Browse files
committed
Update CONTRIBUTING.md
1 parent ec29c49 commit b0bbfb3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,8 @@ To check the code coverage for your code, follow these steps:
203203
coverage html
204204
```
205205

206-
The code coverage builds the C sources with debug symbols. For this
207-
reason, the coverage script builds the package in `develop` mode of
208-
`setup.py`.
209-
210-
The coverage results for the C and Python sources are printed to the
206+
The code coverage builds the C sources with debug symbols, and the
207+
coverage results for the C and Python sources are printed to the
211208
terminal during the build (`libsyclinterface`) and pytest execution (Python).
212209
The detailed coverage reports for the `libsyclinterface` library are saved to the
213210
`dpctl-c-api-coverage` directory. The Python coverage reports are saved to

0 commit comments

Comments
 (0)