-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
We've just migrated our CI system to one that uses build artifacting. As a consequence, when we run our unit tests, we're no longer doing so within a Git repository.
Most of UploadCommand
is careful not to assume the current dir is a repository, and we can specify --repository
, --parent
and --revision
manually. However, the ->getBasePath()
call assumes one of the parents of the working directory will have a .git
directory (here: https://github.com/scrutinizer-ci/ocular/blob/master/src/Scrutinizer/Ocular/Command/CodeCoverage/UploadCommand.php#L106) and there's no way to override this strategy.
Metadata
Metadata
Assignees
Labels
No labels