Skip to content

Coco

This is where all questions related to Coco belong

4 Topics 16 Posts
QtWS25 Last Chance
  • Profiling with NXP S32K3XX MCU

    Unsolved
    2
    0 Votes
    2 Posts
    225 Views
    J

    Hi @ViniciusCarvalho just wanted to know if you were able to get the profiling that you looking for?
    The profiling results are displayed in the execution report pane under the time column, you can open if its not already open in the coverage browser with "File --> Execution Comparison Analysis." were these not available in your coverage data?
    I am also trying to work on similar case, so I’m curious to hear how it went on your side

  • End of function coverage after switch case

    Unsolved
    6
    0 Votes
    6 Posts
    513 Views
    Axel SpoerlA

    Q_UNREACHABLE() and Q_UNREACHABLE_RETURN(x) - another pair of magic macros, working wonders ;-)

  • Need help to resolve problem in CMReport command report

    Unsolved
    1
    0 Votes
    1 Posts
    303 Views
    No one has replied
  • 0 Votes
    7 Posts
    1k Views
    K

    @jsulm @clanhuth

    The issue is now resolved.

    We have to exclude all the header files in the project. This can be done by adding the below line in the .pro file.

    COVERAGE_OPTIONS += --cs-exclude-file-abs-wildcard=/qt/6.6.2/

    Thanks for your help.