Ignore svg for codecov (#18815)

This commit is contained in:
Mac Siri 2022-12-07 06:34:38 -05:00 committed by GitHub
parent 8f90d1b378
commit 7f2566b795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
ignore:
- "vendor" # ignore folders and all its contents
- "bin" # ignore folders and all its contents
- "vendor"
- "bin"
- "**/*.svg"