HI,
Can you please tell me why coverlet-coverage creates coverage files inside the _temp directory of the build agent and not in System.DefaultWorkingDirectory.
The _temp directory is a place for all working directories for all pipelines so if 2 pipelines run at the same time, and coverlet-coverage uses this directory, how concurrency/identification to which pipline the coverage file belong to which pipeline will happen?
Thanks