push
circleci
9 of 61 new or added lines in 6 files covered. (14.75%)
1400 existing lines in 80 files now uncovered.18330 of 34127 relevant lines covered (53.71%)
1.68 hits per line
UNCOV
1
|
import os |
3✔ |
2 |
|
|
3 |
|
|
UNCOV
4
|
def curdir(fn, name): |
3✔ |
5 |
return os.path.join(os.path.dirname(name), fn)
|
× |