Skip to content

Commit bb98e81

Browse files
Update Codecov action to exclude certain directories
Exclude specific directories from coverage upload.
1 parent ccccab5 commit bb98e81

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: Upload coverage
3434
uses: codecov/codecov-action@v5
35+
with:
36+
exclude: source/catch,source/json,source/test
3537
env:
3638
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3739

0 commit comments

Comments
 (0)