From c0c205ce178ec26a539be90ea7e559c3cd63b85a Mon Sep 17 00:00:00 2001 From: Milinda Dias Date: Mon, 15 Dec 2025 15:47:59 +0530 Subject: [PATCH 1/6] fix: codecov carryforward paths are not detected --- codecov.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/codecov.yaml b/codecov.yaml index 029b7fe5fe..06a258ea7e 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -14,25 +14,25 @@ coverage: flags: router: paths: - - router + - router/ carryforward: true cli: paths: - - cli + - cli/ carryforward: true studio: paths: - - studio + - studio/ carryforward: true graphqlmetrics: paths: - - graphqlmetrics + - graphqlmetrics/ carryforward: true controlplane: paths: - - controlplane + - controlplane/ carryforward: true composition: paths: - - composition + - composition/ carryforward: true \ No newline at end of file From 17e09e8b58f4350a95598abeda0f74fd82ab11a9 Mon Sep 17 00:00:00 2001 From: Milinda Dias Date: Mon, 15 Dec 2025 16:18:20 +0530 Subject: [PATCH 2/6] fix: comments --- codecov.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/codecov.yaml b/codecov.yaml index 06a258ea7e..237c88de43 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -35,4 +35,12 @@ flags: composition: paths: - composition/ - carryforward: true \ No newline at end of file + carryforward: true + +comment: + layout: "diff, flags, files” + behavior: default + require_changes: false + require_base: no # [yes :: must have a base report to post] + require_head: yes # [yes :: must have a head report to post] + show_carryforward_flags: false \ No newline at end of file From 4073b64e503ca3627fe9a35b77d2286e55e0db83 Mon Sep 17 00:00:00 2001 From: Milinda Dias Date: Mon, 15 Dec 2025 16:18:53 +0530 Subject: [PATCH 3/6] fix: protographic --- .github/workflows/protographic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protographic.yaml b/.github/workflows/protographic.yaml index 17b4c1c31a..9a8fc1778d 100644 --- a/.github/workflows/protographic.yaml +++ b/.github/workflows/protographic.yaml @@ -41,7 +41,7 @@ jobs: - name: Lint run: pnpm run --filter ./protographic lint - - name: Upload integration results to Codecov + - name: Upload test results to Codecov uses: ./.github/actions/codecov-upload-pr with: artifact-name: protographic-tests-coverage From b26d26bd001539541ad22be549eaac77b159a733 Mon Sep 17 00:00:00 2001 From: Milinda Dias Date: Mon, 15 Dec 2025 16:30:57 +0530 Subject: [PATCH 4/6] fix: updates --- codecov.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codecov.yaml b/codecov.yaml index 237c88de43..7250b121fb 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -41,6 +41,6 @@ comment: layout: "diff, flags, files” behavior: default require_changes: false - require_base: no # [yes :: must have a base report to post] - require_head: yes # [yes :: must have a head report to post] - show_carryforward_flags: false \ No newline at end of file + require_base: no + require_head: yes + show_carryforward_flags: false From 5bed12aa7a081a25006ab369ecc98825bae41bc7 Mon Sep 17 00:00:00 2001 From: Milinda Dias Date: Mon, 15 Dec 2025 16:32:42 +0530 Subject: [PATCH 5/6] fix: unicode --- codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yaml b/codecov.yaml index 7250b121fb..d49eb812d6 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -38,7 +38,7 @@ flags: carryforward: true comment: - layout: "diff, flags, files” + layout: "diff, flags, files" behavior: default require_changes: false require_base: no From bd1e187685b5ddab293473f917c1227f98c06490 Mon Sep 17 00:00:00 2001 From: Milinda Dias Date: Mon, 15 Dec 2025 18:25:49 +0530 Subject: [PATCH 6/6] fix: updates --- codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yaml b/codecov.yaml index d49eb812d6..56384bc2f5 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -43,4 +43,4 @@ comment: require_changes: false require_base: no require_head: yes - show_carryforward_flags: false + show_carryforward_flags: true