From 694a6d706ff435845bb90a7a2e5699951b46c469 Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Mon, 1 Jul 2024 11:58:21 +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..fb43dbe03 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/**/example,build/**/logo" \ No newline at end of file