Skip to content
  1. 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
  2. May 01, 2024
  3. Apr 02, 2024
  4. Mar 20, 2024
  5. Mar 19, 2024
  6. Dec 21, 2023
  7. 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
  8. Dec 11, 2023
  9. Feb 23, 2023
  10. 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
  11. Feb 13, 2023
  12. Jan 16, 2023
  13. Sep 09, 2022
  14. Sep 08, 2022
  15. Aug 01, 2022
  16. Dec 06, 2021
  17. Dec 03, 2021
  18. Dec 02, 2021
  19. Sep 09, 2021
  20. Sep 06, 2021
  21. Sep 03, 2021
  22. Aug 19, 2021
  23. Aug 10, 2021
  24. Aug 05, 2021
  25. Jun 21, 2021
  26. Jun 18, 2021
  27. Jun 10, 2021
  28. May 19, 2021
Loading