Skip to content
  1. May 02, 2025
  2. Mar 04, 2025
  3. Aug 15, 2024
    • Saul Romero's avatar
      code-coverage: add tool to parse lcov reports · ee43b163
      Saul Romero authored
      - Add script that obtains line, function and branch coverage
      at file/directory and summary  (at 3 levels only i.e. directory
      level, file level and source/function level).
      - The data is obtained parsing the html files with the lcov
      report
      ee43b163
  4. May 01, 2024
  5. Apr 02, 2024
  6. Mar 20, 2024
  7. Mar 19, 2024
  8. Dec 21, 2023
  9. Dec 13, 2023
    • Saul Romero's avatar
      code-coverage: modify intermediate layer algorithm to improve code coverage · 1be65f45
      Saul Romero authored
      
      
      - The intermediate layer uses traces from the plugin and DWARF data
      from the binaries to match and create code coverage.
      - The regulars expresions that group functions within the DWARF
      data had been modified in order to capture more functions in the
      binaries that correspond to source code.
      - A refactoring including more classes were created to encapsulate
      how the algorithm was implemented by the code.
      
      Signed-off-by: Saul Romero's avatarSaul Romero <saul.romero@arm.com>
      1be65f45
  10. Dec 11, 2023
  11. Feb 23, 2023
  12. Feb 15, 2023
    • Saul Romero's avatar
      Bugfix for intermediate layer creation at coverage-tool · fd4d0c91
      Saul Romero authored
      - Problem corrected when 'remote_workspace' was false in configuration
        json file for input in the intermediate layer python script.
      - Changes in merge.py to allow for config and output (intermediate)
        json files used as input for merging.
      
      Change-Id: I2d7ebc8fdff172ab7be14e30de928967a0f453a8
      fd4d0c91
  13. Feb 13, 2023
  14. Jan 16, 2023
  15. Sep 09, 2022
  16. Sep 08, 2022
  17. Aug 01, 2022
  18. Dec 06, 2021
  19. Dec 03, 2021
  20. Dec 02, 2021
  21. Sep 09, 2021
  22. Sep 06, 2021
  23. Sep 03, 2021
  24. Aug 19, 2021
  25. Aug 10, 2021
  26. Aug 05, 2021
  27. Jun 21, 2021
  28. Jun 18, 2021
  29. Jun 10, 2021
Loading