You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just upgraded from CodeChecker 6.23.1 to 6.24.0 and the --trim-path-prefix option to CodeChecker parse appears to have stopped working as the generated HTML pages are using the absolute path to the build folders on our Jenkins machines now.
CodeChecker version
[INFO 2024-09-24 06:54] - CodeChecker analyzer version:
---------------------------------------------------------------
Kind | Version
---------------------------------------------------------------
Base package version | 6.24.0
Package build date | 2024-08-27T14:08
Git commit ID (hash) | ea795071d62637c69300f4528b6c46c75b2274bc
Git tag information | 6.24
---------------------------------------------------------------
[INFO 2024-09-24 06:54] - CodeChecker web version:
------------------------------------------------------------------------------
Kind | Version
------------------------------------------------------------------------------
Base package version | 6.24.0
Package build date | 2024-08-27T14:08
Git commit ID (hash) | ea795071d62637c69300f4528b6c46c75b2274bc
Git tag information | 6.24
Server supported Thrift API version | 6.58
Client Thrift API version | 6.58
------------------------------------------------------------------------------
To Reproduce
After analyzing the code, run CodeChecker parse --export html --print-steps --trim-path-prefix "<absolute-path-to-source-code>" --ignore <our-skipfile> --output "<build-dir>/code-checker-report" "<build-dir>/code-checker".
Steps to reproduce the behaviour:
Expected behaviour
In the report generated by 6.23.1 it looks like this:
In the report generated by 6.24.0 it looks like this:
Desktop (please complete the following information)
OS: GNU/Linux
Browser: Firefox
Version: 130.0
The text was updated successfully, but these errors were encountered:
Describe the bug
We just upgraded from CodeChecker
6.23.1
to6.24.0
and the--trim-path-prefix
option toCodeChecker parse
appears to have stopped working as the generated HTML pages are using the absolute path to the build folders on our Jenkins machines now.CodeChecker version
To Reproduce
After analyzing the code, run
CodeChecker parse --export html --print-steps --trim-path-prefix "<absolute-path-to-source-code>" --ignore <our-skipfile> --output "<build-dir>/code-checker-report" "<build-dir>/code-checker"
.Steps to reproduce the behaviour:
Expected behaviour
In the report generated by
6.23.1
it looks like this:In the report generated by
6.24.0
it looks like this:Desktop (please complete the following information)
The text was updated successfully, but these errors were encountered: