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 diff --git a/codecov.yaml b/codecov.yaml index 029b7fe5fe..56384bc2f5 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -14,25 +14,33 @@ 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 - carryforward: true \ No newline at end of file + - composition/ + carryforward: true + +comment: + layout: "diff, flags, files" + behavior: default + require_changes: false + require_base: no + require_head: yes + show_carryforward_flags: true