From ffde56a67b9fe91a15351814fe5955494bf200d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentina=20Sch=C3=BCller?= Date: Mon, 30 Mar 2026 17:32:55 +0200 Subject: [PATCH 1/2] Omit netCDF4 file from coverage run similar problem and fix as reported here: https://github.com/Unidata/netcdf4-python/issues/1439 --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3a8e1ce..a892054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,3 +58,8 @@ "ece.mon.presentation.redmine" = "monitoring.redmine:Redmine" "ece.mon.presentation.gitlab" = "monitoring.gitlab:Gitlab" "ece.mon.linear_combination" = "monitoring.linear_combination:LinearCombination" + +[tool.coverage.run] +omit = [ + "src/netCDF4/_netCDF4.pyx", +] From 672c1fa3a781d9f48ad2e0e8ebdaddfb1124f640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentina=20Sch=C3=BCller?= Date: Mon, 30 Mar 2026 17:37:53 +0200 Subject: [PATCH 2/2] Update CHANGES --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index f9894e0..a249429 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,7 @@ Next Release Internal changes ----------------- - Move `get_template` into `helpers.files` (PR #125) +- CI fix: Omit netCDF4 file from coverage runs (PR #128) ScriptEngine Tasks for EC-Earth 0.10.1