Generate code coverage output with coverlet (#1866)

* add support for Codecov reporting on Windows
This commit is contained in:
Stanley Goldman
2019-09-17 08:49:44 -04:00
committed by Brendan Forster
parent 60e60ca384
commit f70c402d78
12 changed files with 189 additions and 6 deletions

View File

@@ -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; }