-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Mostly the functions feature seems alright.
However there is one part which varies between your demo and the Jenkins jobs.
In the Jenkins jobs, "calls" and "blocks" are not populated. Did you take any special steps, or that just worked right away?
See screenshot.
If "calls" in the function view is the same as "hits" in the file... the information should be available.
Are they the same? Or is it a separate value?
In the Jenkins jobs, the "hits" column contains data. That means the data is not completely absent or missing during the generation process.
The values are present in the JSON, and get displayed as "hits". But not as function "calls".
Notice this file: https://develop.capy.cpp.al/gcovr/coverage-fixed.json
Compare to your local coverage-fixed.json
For many functions there is a "count". The "count" isn't 0.
And yet the new file-specific functions list shows 0.
Does your coverage-fixed.json show another value "calls", which is missing from https://develop.capy.cpp.al/gcovr/coverage-fixed.json ?
At the level of directory listings, it's working. The issue is about individual files.
