push
circleci
29 of 45 new or added lines in 16 files covered. (64.44%)
9915 existing lines in 334 files now uncovered.17961 of 33954 relevant lines covered (52.9%)
2.39 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)
|
× |