Open
Description
- When the dev-profiler runs on the bitbucket repos, somehow it doesn't get the whole commit history of the repo and hence, it is not able to get the hunk-info of a
pr_head
commit. - We don't face the same problem in github because we have made the
fetch-depth
argument 0 so it takes all the history and find hunk_info and right now, we don't have any way to provide the current barnch path to the dev-profiler in bitbucket. - So decided to skip it as of now.
- The error message that git diff command gives in pipeline run:
error: "fatal: ambiguous argument '99e106b31a9b': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions, like this:\n'git <command> [<revision>...] -- [<file>...]
Activity