|
Ran
|
Jobs
1
|
Files
20
|
Run time
311min
|
Badge
README BADGES
|
push
github
Remove some more clones / allocations (#30) * style(table): use "row_highlight_style" instead of "highlight_style" to avoid deprecation warning * deps(tuirealm): update to 2.1.0 * refactor(components::span::Span::view): use "as_text_span" instead of manual impl re 913b08075 Also changed behavior to not panic, and instead skip any values that are not "TextSpan"s * refactor(components::span::Span::view): avoid further clones when getting text * refactor(components::paragraph::Paragraph::view): avoid clones when getting text * refactor(components::label::Label::view): avoid clones when getting text * refactor(components::list::List::view): avoid clones when getting text * style(components::phantom): fix reference to "Spinner" * refactor(components::radio::Radio::view): avoid clones when getting choices * refactor(components::select::Select::view): avoid clones when getting choices * refactor(components::table::Table::view): avoid clones when getting rows * refactor(components::table::Table::view): avoid clones when getting headers also remove "Table::headers" as it is only ever written to and never actually read. (compared to a scoped-variable) * refactor(components::table::Table::view): avoid clones when getting highlight symbol also remove "Table::hg_str" as it is only ever written to and never actually read. (compared to a scoped-variable) * refactor(components::textarea::Textarea::view): avoid clones when getting highlight symbol also remove "Textarea::hg_str" as it is only ever written to and never actually read. (compared to a scoped-variable) * refactor(components::textarea::Textarea::view): avoid clones when getting text
0 of 82 new or added lines in 8 files covered. (0.0%)
1 existing line in 1 file now uncovered.3278 of 4804 relevant lines covered (68.23%)
1.63 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
79.77 |
0.0% | src/components/radio.rs |
| 1 |
64.72 |
0.0% | src/components/select.rs |
| 4 |
47.25 |
-1.06% | src/components/label.rs |
| 6 |
46.39 |
0.47% | src/components/span.rs |
| 9 |
41.67 |
-1.3% | src/components/paragraph.rs |
| 17 |
65.3 |
0.0% | src/components/textarea.rs |
| 22 |
77.05 |
-0.31% | src/components/list.rs |
| 22 |
74.66 |
-0.38% | src/components/table.rs |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
74.66 |
-0.38% | src/components/table.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13283044543.1 | 20 |
68.23 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|