CoverallsArgs.SourceFile

Undocumented in source.
struct CoverallsArgs
static
struct SourceFile {}

Members

Functions

toJson
auto toJson()

Converts instance to json.

Variables

coverage
Nullable!uint[] coverage;

REQUIRED The coverage data for this file for the file's job.

name
string name;

REQUIRED Represents the file path of this source file. Must be unique in the job. Can include slashes. The file type for syntax highlighting will be determined from the file extension in this parameter.

source
string source;

REQUIRED The full source code of this file. Newlines should use UNIX-style line endings (\n).

Meta