@@ -26,19 +26,19 @@ This action performs coverage tests on the code and uploads the results to the
2626generates [ pretty graphs] ( https://coveralls.io/github/neomutt/neomutt ) .
2727
2828The coverage tests don't cover the entire codebase, just 13 libraries:
29- - [ address] ( https://neomutt.org/code /lib_address.html ) - Email Address Handling
30- - [ color] ( https://neomutt.org/code /lib_color.html ) - Colour handling code
31- - [ compress] ( https://neomutt.org/code /lib_compress.html ) - Data compression
32- - [ config] ( https://neomutt.org/code /lib_config.html ) - User configurable variables
33- - [ core] ( https://neomutt.org/code /lib_core.html ) - Backbone objects of NeoMutt
34- - [ editor] ( https://neomutt.org/code /lib_editor.html ) - Select a Mailbox from a list
35- - [ email] ( https://neomutt.org/code /lib_email.html ) - Structs that make up an email
36- - [ imap] ( https://neomutt.org/code /lib_imap.html ) - IMAP network mailbox
37- - [ mutt] ( https://neomutt.org/code /lib_mutt.html ) - Shared code for handling strings, files, dates, etc
38- - [ notmuch] ( https://neomutt.org/code /lib_notmuch.html ) - Notmuch virtual mailbox type
39- - [ parse] ( https://neomutt.org/code /lib_parse.html ) - Text parsing functions
40- - [ pattern] ( https://neomutt.org/code /lib_pattern.html ) - Match patterns to emails
41- - [ store] ( https://neomutt.org/code /lib_store.html ) - Key value store
29+ - [ address] ( https://code. neomutt.org/lib_address.html ) - Email Address Handling
30+ - [ color] ( https://code. neomutt.org/lib_color.html ) - Colour handling code
31+ - [ compress] ( https://code. neomutt.org/lib_compress.html ) - Data compression
32+ - [ config] ( https://code. neomutt.org/lib_config.html ) - User configurable variables
33+ - [ core] ( https://code. neomutt.org/lib_core.html ) - Backbone objects of NeoMutt
34+ - [ editor] ( https://code. neomutt.org/lib_editor.html ) - Select a Mailbox from a list
35+ - [ email] ( https://code. neomutt.org/lib_email.html ) - Structs that make up an email
36+ - [ imap] ( https://code. neomutt.org/lib_imap.html ) - IMAP network mailbox
37+ - [ mutt] ( https://code. neomutt.org/lib_mutt.html ) - Shared code for handling strings, files, dates, etc
38+ - [ notmuch] ( https://code. neomutt.org/lib_notmuch.html ) - Notmuch virtual mailbox type
39+ - [ parse] ( https://code. neomutt.org/lib_parse.html ) - Text parsing functions
40+ - [ pattern] ( https://code. neomutt.org/lib_pattern.html ) - Match patterns to emails
41+ - [ store] ( https://code. neomutt.org/lib_store.html ) - Key value store
4242
4343Learn how the [ coverage tests are performed] ( ../analysis/coverage.md )
4444
0 commit comments