From 87dec821973b28c57fda59a4291723d374b68421 Mon Sep 17 00:00:00 2001 From: Carlos Castillo Passi Date: Thu, 20 Jun 2024 10:38:49 -0400 Subject: [PATCH 1/2] Update codecov.yml to add package extensions --- .github/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 1d9d21f10..f8ee9b8d1 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -59,6 +59,7 @@ flags: carryforward: true paths: - KomaMRICore/src/.* + - KomaMRICore/ext/.* files: carryforward: true paths: @@ -67,3 +68,4 @@ flags: carryforward: true paths: - KomaMRIPlots/src/.* + - KomaMRIPlots/ext/.* From 515d915b9c8f5ac2c5a64967fd8e37566b86eca7 Mon Sep 17 00:00:00 2001 From: Carlos Castillo Passi Date: Thu, 20 Jun 2024 10:47:45 -0400 Subject: [PATCH 2/2] Update ci.yml to incorporate extensions in codecov --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cfc152ba..db70c556d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} # required - uses: julia-actions/julia-processcoverage@v1 with: - directories: KomaMRICore/src + directories: KomaMRICore/src,KomaMRICore/ext - uses: codecov/codecov-action@v4 with: files: lcov.info @@ -141,7 +141,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} # required - uses: julia-actions/julia-processcoverage@v1 with: - directories: KomaMRIPlots/src + directories: KomaMRIPlots/src,KomaMRIPlots/ext - uses: codecov/codecov-action@v4 with: files: lcov.info