diff --git a/Build/Program.cs b/Build/Program.cs index c0cedee85..9855e7d6b 100644 --- a/Build/Program.cs +++ b/Build/Program.cs @@ -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" ); } ); diff --git a/codecov.yml b/codecov.yml index 5de2dc643..8221fde18 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,6 +2,12 @@ coverage: status: project: default: + informational: true target: auto threshold: 1% - base: auto \ No newline at end of file + base: auto + patch: + default: + informational: true +github_checks: + annotations: false \ No newline at end of file