Skip to content

Commit

Permalink
Exclude example and logo directories from Codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
  • Loading branch information
gha3mi committed Jul 1, 2024
1 parent 8c11af3 commit bec4d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
exclude: "build/dependencies,forcad/example,forcad/logo"

0 comments on commit bec4d67

Please sign in to comment.