We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7185e5c commit 58c247fCopy full SHA for 58c247f
.codecov.yml
@@ -2,4 +2,5 @@ codecov:
2
branch: '8.x-3.x'
3
4
ignore:
5
- - '**/tests/**/*' # Ignore all test directories.
+ - 'tests/**/*' # Ignore the core test directory.
6
+ - 'modules/**/tests/**/*' # Ignore sub-module test directories.
0 commit comments