push
circleci
36 of 121 new or added lines in 11 files covered. (29.75%)
1102 existing lines in 70 files now uncovered.15866 of 33890 relevant lines covered (46.82%)
1.22 hits per line
UNCOV
1
|
import os |
2✔ |
2 |
|
|
3 |
|
|
UNCOV
4
|
def curdir(fn, name): |
2✔ |
5 |
return os.path.join(os.path.dirname(name), fn)
|
× |