Skip to main content

.coveragerc

1[run]
2branch = True
3include =
4 concurrently.py
5 test_concurrently.py
7[report]
8show_missing = True
9fail_under = 100