Skip to content

Commit 7836f6e

Browse files
zackman0010claude
andcommitted
Add code coverage instructions to Development section
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 61ee25a commit 7836f6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@ To contribute to this tool, first checkout the code. You can run the tests using
248248
cd claude-code-transcripts
249249
uv run pytest
250250
```
251+
To run tests with code coverage:
252+
```bash
253+
uv run pytest --cov=claude_code_transcripts --cov-report=term-missing
254+
```
251255
And run your local development copy of the tool like this:
252256
```bash
253257
uv run claude-code-transcripts --help

0 commit comments

Comments
 (0)