diff --git a/CHANGELOG.md b/CHANGELOG.md index e542995b18..a382c70ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed to the new GitHub deploy tasks that is required for the latest version of the Sampler module. - Updated pipeline configuration to align with the latest changes in [Sampler](https://github.com/gaelcolas/Sampler). + - Update codecov.yml to support carry forward flags. - SqlSetup - The helper function `Connect-SqlAnalysis` was using `LoadWithPartial()` to load the assembly _Microsoft.AnalysisServices_. On a node where multiple diff --git a/codecov.yml b/codecov.yml index 8bde4993bc..b2e74ed954 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,6 +6,7 @@ codecov: comment: layout: "reach, diff, flags, files" behavior: default + show_carryforward_flags: true coverage: range: 50..80