|
Ran
|
Jobs
1
|
Files
3
|
Run time
1min
|
Badge
README BADGES
|
push
github
Allow more container types to some functions (#15) * Allow more container types to some functions The following functions now support the following types: - join now supports any container type that has begin() and end() methods, including std::set, std::list and std::vector - drop_empty and drop_empty_copy now support any container of strings with a begin() and end() method - drop_duplicate and drop_duplicate_copy now support vectors of any data type - reverse_inplace and reverse_copy now support any container type supported by std::reverse, including std::vector and std::list Change-Id: Ia40488b96 * Fixed compilation errors + bumped up lib version + changed to C++20 * Improve user API --------- Co-authored-by: Gustav Lindberg <gustali@axis.com> Co-authored-by: Tomasz Gałaj <tomaszgalaj@gmail.com>
32 of 32 new or added lines in 2 files covered. (100.0%)
555 of 557 relevant lines covered (99.64%)
3.33 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 9129073934.1 | 3 |
99.64 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|