change codecov config (#11)

* change codecov config

* see if this produces coverage
This commit is contained in:
Adam Hathcock
2024-07-09 09:50:47 +01:00
committed by GitHub
parent 8b4aed0d98
commit 22f7ab8608
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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