From 42b15e36f713c105df1b776dc3cc50e83cf11e61 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Thu, 24 Feb 2022 17:56:09 -0800 Subject: [PATCH] Ignore code coverage for files in _dep directory. --- .codecov.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codecov.yaml b/.codecov.yaml index 50ad857b..fc17c66a 100644 --- a/.codecov.yaml +++ b/.codecov.yaml @@ -23,4 +23,5 @@ ignore: - /build/usr/lib/.* - usr/lib64/.* - /usr/lib64/.* -- /build/usr/lib64/.* \ No newline at end of file +- /build/usr/lib64/.* +- _deps/**/*