Hi Robin
I got a question about artifact directory. When publishing bullseye report, is it also stored on server?
Right now my problem here is I have two configs, 1 builds source code, 2 run tests.
The bullseye file (test.cov) is generated during step 1. And the file will also include the root dir of the source code.
But I have to run tests on config 2, where the test.cov file can be updated to show the coverage results. And I also publish the result file here. (convert to xml first)
Now naturally the file path in test.cov is from config 1, which is not the server node. So the bullseye xml report cannot locate the source files to show details.
How can I find a way to link the two?
Thank you very much