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
fix(ci): rewrite coverage xml <source> to repo-relative paths
without this rewrite, sonarcloud cannot resolve filenames recorded as
"<source>src/uipath_<x></source>" + filename="<path>" because the
joined path "src/uipath_<x>/<path>" does not exist relative to
sonar.sources entries. results in 0% coverage despite XMLs being
uploaded.
0 commit comments