diff --git a/codecov.yml b/codecov.yml
index 833fc0a..310eefb 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -9,3 +9,14 @@ codecov:
# Avoid Report Expired
# https://docs.codecov.io/docs/codecov-yaml#section-expired-reports
max_report_age: off
+
+coverage:
+ # Use integer precision
+ # https://docs.codecov.com/docs/codecovyml-reference#coverageprecision
+ precision: 0
+
+ # Explicitly control coverage status checks
+ # https://docs.codecov.com/docs/commit-status#disabling-a-status
+ status:
+ project: on
+ patch: off
diff --git a/msbuild/props/SixLabors.Tests.props b/msbuild/props/SixLabors.Tests.props
index 86532dc..f1eec8d 100644
--- a/msbuild/props/SixLabors.Tests.props
+++ b/msbuild/props/SixLabors.Tests.props
@@ -19,7 +19,7 @@