From 6ce69c390c09a5e3d340cd4cd2879b9c962ac980 Mon Sep 17 00:00:00 2001 From: Rafael Espinoza Date: Thu, 11 Jul 2024 19:49:11 -0700 Subject: [PATCH] ci: ignore internal/cmd in coverage --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index 19e1fc0..31046b9 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,6 +4,8 @@ coverage: patch: off ignore: + # Not planning on testing this for now. + - ./internal/cmd # This package tests implementations of Driver. Shouldn't be counted in coverage. - ./internal/test