From b0aa315c3fd551c8543b959887a26475741b1694 Mon Sep 17 00:00:00 2001 From: armanddidierjean <95971503+armanddidierjean@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:28:53 +0200 Subject: [PATCH 1/2] Enable Codecov on branch dev --- .github/codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index ff52989e6e..8898c1cc45 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -7,6 +7,7 @@ coverage: threshold: 2% branches: - main + - dev patch: default: informational: true From b5dc97268fd2a07811a367785ff11add4a60bba0 Mon Sep 17 00:00:00 2001 From: armanddidierjean <95971503+armanddidierjean@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:29:01 +0200 Subject: [PATCH 2/2] Ignore lcov.info --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9b2becf9e5..51685a2360 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ node_modules/ # Local testing scripts/ +lcov.info