Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7942 Discussions

cannot find codecov when using code coverage tool

Yuanyuan_T_
Beginner
292 Views

Hi,

  I want to use code coverage tool, but when I run codecov, I get 

bash: codecov: command not found.

  My icc is icc.13.0.0.2.016b.x86_64-linux (gcc version 4.4.7 compatibility).

  What should I do?

Kind regards,

0 Kudos
1 Reply
Viet_H_Intel
Moderator
292 Views

Hi Juanyuan,

Did you "source compilervars.*" prior to invoking codecov?

Regards,

Viet Hoang

0 Kudos
Reply