Storing results on the codechecker UI #4240
Replies: 1 comment
-
The error message above indicates a network issue, so I would say that the answer should be around question 1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have generated the compilation database(json file) and have analysed them to a results folder( This process is on a different container - Lets say A)
I have the codechecker container (server) running at port 8001. I want to store the results from my anaylsis on to the server.
After the anaylsis was done, I wrote the following command on the container A:
CodeChecker store reports --name example --url http://codechecker.de/Default
I get the following response:
Questions:
[INFO 2024-05-08 06:37] - Checking local passwords or tokens in /root/.codechecker.passwords.json
? Do we have to setup another file here?Beta Was this translation helpful? Give feedback.
All reactions