commit | f772bd11069a9646eb689c379aadd85385d468ff | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Tue Dec 19 08:33:55 2023 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Dec 21 09:18:44 2023 +0100 |
tree | af0a49849496de0fbb946182ec2a0abf1e8673c7 | |
parent | 1ef0ec55c9b2d6b4697dc9bcf2b5bf5bbe956fbd [diff] |
ci: codecov: use gcovr and upload cobertura style file Use gcovr to generate reports and upload cobertura style file instead of previously lcov info file. We have been seeing issues with lcov format and code being reporting as not covered although by inspecting the generate output files, they should be. The XML format we generate is otherwise easier to parse and deal with. Also reduce frequency to twice a day. Fixes #66656 Signed-off-by: Anas Nashif <anas.nashif@intel.com>