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 a value specifing the target url for Enterprise customers. (option) Set
environment variable CODECOV_URL=https://my-hosted-codecov.com.
- Assembly
- Cake
.Codecov .dll - Namespace
- Cake
.Codecov - Containing Type
- CodecovSettings
Syntax
public Uri Url { get; set; }
Value
Type | Description |
---|---|
Uri | A value specifing the target url for Enterprise customers. (option) Set environment variable CODECOV_URL=https://my-hosted-codecov.com. |