CodecovSettings.

Files Property

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<string> 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.