Skip to content

Commit

Permalink
codecov: trying to ignore certain directories/files at all depths
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Dec 21, 2024
1 parent d5c7416 commit d5acea5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ coverage:
threshold: 5

ignore:
- autotest/*
- examples/*
- sandbox/*
- scripts/*
- src/*/bench/*
- src/*/tests/*
- "**/autotest/*"
- "**/examples/*"
- "**/sandbox/*"
- "**/scripts/*"
- "**/src/*/bench/*"
- "**/src/*/tests/*"

# parse coverage reports
parsers:
Expand Down

0 comments on commit d5acea5

Please sign in to comment.