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 file(s) to upload. (1) -f 'path/to/file'. Only
upload this file. (2) -f 'path/to/file1 path/to/file2'. Only upload these files.
- Assembly
- Cake
.Codecov .dll - Namespace
- Cake
.Codecov - Containing Type
- CodecovSettings
Syntax
public IEnumerable<string> Files { get; set; }
Remarks
Globbing in file paths are supported, but not when path starts with './'.
Value
Type | Description |
---|---|
IEnumerable |
A value specifing the target file(s) to upload. (1) -f 'path/to/file'. Only upload this file. (2) -f 'path/to/file1 path/to/file2'. Only upload these files. |