From fce4fa5179c5af40d742730b4365e324e4760aa8 Mon Sep 17 00:00:00 2001 From: Robert Eggl Date: Thu, 16 Jan 2025 22:08:49 +0100 Subject: [PATCH] ci(tests): update configuration to include source paths for coverage reporting --- codecov.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/codecov.yml b/codecov.yml index aab435df..b0305fb6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,10 +1,16 @@ coverage: status: - project: #add everything under here, more options at https://docs.codecov.com/docs/commit-status + project: default: - # basic - target: auto #default + target: auto threshold: 0% base: auto - comment: - enabled: true + paths: + - 'src' + patch: + default: + target: auto + threshold: 0% + base: auto + paths: + - 'src'