diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 0bb9c132d8..3c8fba546f 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -43,5 +43,6 @@ jobs: uses: codecov/codecov-action@v4 with: files: "./roles/cobertura.xml, ./protocols/cobertura.xml, ./utils/cobertura.xml" + flags: "roles, protocols, utils" fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file