Ran
|
Jobs
1
|
Files
167
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
Fix up slashes in imap_fix_path (#4366) * Fix up slashes in imap_fix_path Fixes #2422 This is an alternative approach to #4358, with the goal of making this comment true: https://github.com/neomutt/neomutt/blob/1c5c53079/complete/complete.c#L80 The idea is that if we have a delim other than a slash, e.g., `.`, we can change slashes into the delim, so expansions such as +Foo, when `folder=imaps://..../INBOX` end up correctly being `imaps://.../INBOX.Foo`. * Avoid calling `imap_fix_path` with an empty path Also, avoid allocating an ImapMboxData if it's not needed.
0 of 39 new or added lines in 5 files covered. (0.0%)
4 existing lines in 2 files now uncovered.8867 of 17868 relevant lines covered (49.63%)
218.55 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
0.0 |
0.0% | imap/message.c |
2 |
0.0 |
0.0% | imap/browse.c |
3 |
0.0 |
0.0% | imap/mdata.c |
8 |
0.0 |
0.0% | imap/imap.c |
25 |
0.0 |
0.0% | imap/util.c |
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
0.0 |
0.0% | imap/mdata.c |
2 |
0.0 |
0.0% | imap/util.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10660227377.1 | 167 |
49.63 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|