push
circleci
2 of 16 new or added lines in 4 files covered. (12.5%)
2741 existing lines in 145 files now uncovered.17486 of 34028 relevant lines covered (51.39%)
1.26 hits per line
UNCOV
1
|
import os |
1✔ |
2 |
|
|
3 |
|
|
UNCOV
4
|
def curdir(fn, name): |
1✔ |
5 |
return os.path.join(os.path.dirname(name), fn)
|
× |