From c69ef79f33f6937e19bc074d19ed16f0f5bbde7b Mon Sep 17 00:00:00 2001 From: Joel Mut Date: Thu, 19 Dec 2024 17:24:01 -0300 Subject: [PATCH] exclude vendors from coverage --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b3f04b9f67..613c76c010 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,8 @@ "**/botframework-luis/**", "**/tests/**", "**/tools/**", - "**/internal.*" + "**/internal.*", + "**/vendors/**" ] } }