From b2bb2f7a5a1a7c605b3839268811642e3e6a6023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Ba=C3=B1uelos?= <32311654+abanuelo@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:01:43 -0700 Subject: [PATCH] fix: ignoring src/scenic/simulators in codecov report (#224) * fix: ignoring src/scenic/simulators in codecov report * fix: clean including of simulators utils and newtonian --------- Co-authored-by: Armando Banuelos --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index b0084519f..fd88927cf 100644 --- a/codecov.yml +++ b/codecov.yml @@ -17,6 +17,8 @@ codecov: require_ci_to_pass: true ignore: - "src/scenic/simulators/**" + - "!src/scenic/simulators/newtonian/**" + - "!src/scenic/simulators/utils/**" cli: plugins: pycoverage: