mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Generate code coverage output with coverlet (#1866)
* add support for Codecov reporting on Windows
This commit is contained in:
committed by
Brendan Forster
parent
60e60ca384
commit
f70c402d78
@@ -13,6 +13,7 @@ public class Context : FrostingContext
|
||||
public BuildVersion Version { get; set; }
|
||||
|
||||
public DirectoryPath Artifacts { get; set; }
|
||||
public DirectoryPath CodeCoverage { get; set; }
|
||||
|
||||
public bool IsLocalBuild { get; set; }
|
||||
public bool IsPullRequest { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user