From 8b25fdd3b7d9f98eabf7fcbc4e083efcf6bf4860 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Sun, 10 Nov 2024 11:22:18 +0100 Subject: [PATCH] Update codecov config Update , ignore test models. --- codecov.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index 15beea9dfc..d2e068bcb1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,8 +1,10 @@ -fixes: - - "build/venv/lib/python3.9/site-packages/::python/" - - "build/venv/lib/python3.10/site-packages/::python/" - - "build/venv/lib/python3.11/site-packages/::python/" +# see https://docs.codecov.com/docs/codecovyml-reference +fixes: + # https://docs.codecov.com/docs/fixing-paths + - "build/venv/lib/python[0-9.]/site-packages/::python/" + - "python/sdist/build/temp_amici/CMakeFiles/amici.dir/src/::src/" + - "build/CMakeFiles/amici.dir/src/::src/" codecov: require_ci_to_pass: yes @@ -27,6 +29,8 @@ comment: ignore: - "tests/*" - "tests/**/*" + - "build/tests/**" + - "amici_models/**" flags: python: