-
Notifications
You must be signed in to change notification settings - Fork 0
davidszotten/coverage-file-size
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
``` coverage run -m pytest tests/ ; sqlite3 .coverage 'select path, context from line_bits join file on file_id = file.id join context on context_id = context.id' ``` ``` tests/test_1.py| tests/test_1.py|test_1.test1 tests/test_2.py| tests/test_2.py|test_2.test2 tests/test_3.py| tests/test_3.py|test_3.test3 ``` ``` tests/test_1.py| tests/test_1.py|test_1.test1 tests/test_1.py|test_2.test2 tests/test_1.py|test_3.test3 tests/test_2.py| tests/test_2.py|test_1.test1 tests/test_2.py|test_2.test2 tests/test_2.py|test_3.test3 tests/test_3.py| tests/test_3.py|test_1.test1 tests/test_3.py|test_2.test2 tests/test_3.py|test_3.test3 ```
About
Illustrating a coverage bug(?)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published