Skip to content

Commit

Permalink
ignore inst/ and tests/gtest/ when calculating code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Li-NOAA committed Jan 7, 2025
1 parent 751ab2e commit 8d98fe0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/call-calc-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ name: call-calc_coverage
on:
workflow_dispatch:
push:
paths-ignore:
- .devcontainer
- .github
- 'LICENSE'
- 'README.md'
- 'CONTRIBUTING.md'
- 'Rbuildignore'
- '.gitignore'
- 'man'
- 'inst/**'
- 'tests/gtest/**'

jobs:
call-workflow:
Expand Down

0 comments on commit 8d98fe0

Please sign in to comment.