push
github
419 of 3383 branches covered (12.39%)
Branch coverage included in aggregate %.
31 of 113 new or added lines in 12 files covered. (27.43%)
128 existing lines in 31 files now uncovered.1262 of 2197 relevant lines covered (57.44%)
1533.56 hits per line
|
UNCOV
1
|
const createPostsModel = ({ getContentModel }) => {
|
× |
|
UNCOV
2
|
const getPosts = () => {
|
× |
| 3 |
return getContentModel().posts
|
× |
| 4 |
} |
|
| 5 |
|
|
|
UNCOV
6
|
return {
|
× |
| 7 |
get: getPosts
|
|
| 8 |
} |
|
| 9 |
} |
|
| 10 |
|
|
|
UNCOV
11
|
module.exports = createPostsModel |
× |