This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Codecov.
Summary
Gets or sets the commit SHA of the parent for which you are uploading coverage. If not
set, the parent will be determined using the API of your repository provider. When using
the repository provider's API, the parent is determined via finding the closest ancestor
of the commit.
- Assembly
- Cake
.Codecov .dll - Namespace
- Cake
.Codecov - Containing Type
- CodecovSettings
Syntax
public string ParentSha { get; set; }
Value
Type | Description |
---|---|
string | The commit SHA of the parent for which you are uploading coverage. |