From 7063dbaaaf5776768ee23e0f08cd9fda7b6225c4 Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Mon, 1 Jul 2024 12:30:46 +0200 Subject: [PATCH] Exclude example and logo directories from Codecov Signed-off-by: Seyed Ali Ghasemi --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 39a41e0b9..a6b04c9ba 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -38,8 +38,8 @@ jobs: FC: ${{ steps.setup-fortran.outputs.fc }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true - exclude: "build/dependencies" \ No newline at end of file + exclude: "build/dependencies,build/**/forcad/example,build/**/forcad/logo" \ No newline at end of file