Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Code Coverage Generation

David_B_24
Beginner
778 Views

I have a large live Fortran solution which I periodically build with Code Coverage switched on by setting /Qcov-gen in a special copy of ifort.cfg file used for the purpose.

I want to disable some of the projects from the Code Coverage statistics and so I tried the documented option /Qcov-gen- in the Fortran project command line properties. Unfortunately this generated the following message for each source file:

ifort: command line warning #10006: ignoring unknown option '/Qcov-gen-'

How can I disable individual projects in my solution from being included in the Code Coverage report?

0 Kudos
2 Replies
Steven_L_Intel1
Employee
778 Views

Isn't that interesting...  I will bring that to the developers' attention.

0 Kudos
Steven_L_Intel1
Employee
778 Views

... and our crack tag-team of developers fixed the problem in our sources. The fix should appear in a compiler update later this year (October-ish).

0 Kudos
Reply