change codecov config (#11)
* change codecov config * see if this produces coverage
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ Target(
|
||||
Run("dotnet", $"restore {file} --locked-mode");
|
||||
Run(
|
||||
"dotnet",
|
||||
$"test {file} -c Release --no-restore --verbosity=normal /p:AltCover=true /p:AltCoverLocalSource=true /p:AltCoverAttributeFilter=ExcludeFromCodeCoverage"
|
||||
$"test {file} -c Release --no-restore --verbosity=normal /p:AltCover=true /p:AltCoverAttributeFilter=ExcludeFromCodeCoverage"
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
+7
-1
@@ -2,6 +2,12 @@ coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
informational: true
|
||||
target: auto
|
||||
threshold: 1%
|
||||
base: auto
|
||||
base: auto
|
||||
patch:
|
||||
default:
|
||||
informational: true
|
||||
github_checks:
|
||||
annotations: false
|
||||
Reference in New Issue
Block a user