我无法在coverity分析后执行commit coverity
我使用“C:\Program Files\Coverity\Coverity Static Analysis”\bin\cov-analyze.exe--dir Y:\myPath\imdir进行了分析
“C:\Program Files\Coverity\Coverity Static Analysis”\bin\cov-commit-defects.exe --dir Y:\myPath\imdir --hostcoverity.personal.com--port 8080 --stream testing --encryption required --auth-key-file“C:\Program Files\Coverity\Coverity Static Analysis”\config\auth-key.txt --on-new-cert trust --description description description
09:56:34 Connecting to server coverity.personal.com:9090
09:56:35 Connection is encrypted.
09:56:37 Elapsed time: 00:00:02
09:56:37 Preparing to load derived models: cannot read Y:/myPath/imdir/output/models.j: open: The system cannot find the file specified.
路径Y:/myPath/imdir/output/models.j
看起来像linux路径,其中models.j不存在,我们有models文件。
1条答案
按热度按时间ws51t4hk1#
Y:\myPath
是共享驱动器,我移动到系统驱动器(例如:C:\myPath
)放置源代码并运行coverity解决了这个问题。