From 630eeaeac8910da64edf7458c76d41d7bb3601fa Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Mon, 7 Jun 2021 12:02:31 +0200 Subject: [PATCH] Fix codecov (#1706) --- CHANGELOG.md | 1 + codecov.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d496b9d553..8ba3a7fe81 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