From 105b87966a3f8f312c04cd1379dc2166a3cfcaeb Mon Sep 17 00:00:00 2001 From: goulart-paul Date: Tue, 28 May 2024 00:32:10 +0100 Subject: [PATCH] add codecov.yml --- .github/codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 1b65829..0356584 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,3 +1,4 @@ ignore: - - "src/python/*" - - "src/julia/*" \ No newline at end of file + - "python/*" # pyblas wrappers + - "src/python/*" # py03 interface + - "src/julia/*" # ClarabelRs wrapper