ci: ignore benches from code coverage (#461)

This commit is contained in:
Josh McKinney 2023-09-01 19:45:46 -07:00 committed by GitHub
parent 0696f484e8
commit 878b6fc258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,3 @@
ignore:
- "examples"
- "benches"