push
circleci
3 of 9 new or added lines in 2 files covered. (33.33%)
9722 existing lines in 336 files now uncovered.18270 of 33981 relevant lines covered (53.77%)
2.4 hits per line
1 |
import os |
3✔ |
2 |
|
|
3 |
|
|
4 |
def curdir(fn, name): |
3✔ |
UNCOV
5
|
return os.path.join(os.path.dirname(name), fn)
|
× |