diff --git a/.markdownlintignore b/.markdownlintignore
new file mode 100644
index 000000000..1b763b1ba
--- /dev/null
+++ b/.markdownlintignore
@@ -0,0 +1 @@
+CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 820f0a1a0..54f60b335 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- BuildBot.Health.Tests: new test project covering BuildBot.Health at 100% line and branch coverage
- BuildBot.Json.Tests: new test project covering BuildBot.Json at 100% line and branch coverage
- BuildBot.ServiceModel.Tests: Added test coverage for all types in BuildBot.ServiceModel
+- BuildBot.Discord.Tests: Added unit tests to increase code coverage to 100%
### Fixed
- Suppress known Scriban 6.2.0 vulnerabilities pending upgrade
- SnsMessage: Token property was never populated from the constructor argument
@@ -57,6 +58,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
- Dependencies - Updated Discord.Net to 3.19.1
- Dependencies - Updated Microsoft.Extensions to 10.0.5
- SDK - Updated DotNet SDK to 10.0.301
+- BuildBot.Discord.Tests: Added branch coverage tests for null-title paths in DiscordBot.PublishCommonAsync
### Removed
### Deployment Changes
+
+ <_CoverageSettingsLines Include=" <Functions>" />
+ <_CoverageSettingsLines Include=" <Exclude>" />
+
+
+ <_CoverageSettingsLines Include=" <Function>%(_CoverageExcludedFunctions.Identity)</Function>" />
+
+
+ <_CoverageSettingsLines Include=" </Exclude>" />
+ <_CoverageSettingsLines Include=" </Functions>" />
+
+
+
<_CoverageSettingsLines Include=" </CodeCoverage>" />
<_CoverageSettingsLines Include="</Configuration>" />
+