diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 39a41e0b9..86d038bd4 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,logo,example" \ No newline at end of file