I face the below issue at the end of analysis while running the cppcheck for my code..
'/tmp/workspace/project'. Did you enter a pattern relative to the correct directory? Did you generate the XML report(s) for Cppcheck?
[Cppcheck] Parsing throws exceptions. No cppcheck test report file(s) were found with the pattern n 'report.xml' relative to '/tmp/workspace/project'. Did you enter a pattern relative to the correct directory? Did you generate the XML report(s) for Cppcheck?
I am currently running the below command.
cppcheck /Projects/Source -i boost/ -i sal/ -i nss/ -i moz/ --xml-version=2 --enable=all > /projects/Source/report.xml
Has anyone faced a similar error.. the analysis is successful though.. i am running the build on the jenkins.