From 0fe60d245f2941244fcd1d6a4bbc5876eeb95c35 Mon Sep 17 00:00:00 2001 From: Panos Mavrogiorgos Date: Sat, 3 Feb 2024 23:41:33 +0200 Subject: [PATCH] tests: Remove station functions from coverage report They are going to be updated soon... --- pyproject.toml | 2 +- thalassa/api.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e47381b..dbd7754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,4 +160,4 @@ parallel = true sigterm = true [tool.coverage.report] -fail_under = 55 +fail_under = 75 diff --git a/thalassa/api.py b/thalassa/api.py index 5c943f5..cc305b4 100644 --- a/thalassa/api.py +++ b/thalassa/api.py @@ -281,7 +281,7 @@ def callback(x: float, y: float) -> holoviews.Curve: def get_station_timeseries( stations: xarray.Dataset, pins: geoviews.DynamicMap, -) -> holoviews.DynamicMap: +) -> holoviews.DynamicMap: # pragma: no cover import holoviews as hv import pandas as pd @@ -345,7 +345,7 @@ def callback(index: list[int]) -> holoviews.Curve: def get_station_table( stations: xarray.Dataset, pins: geoviews.DynamicMap, -) -> holoviews.DynamicMap: +) -> holoviews.DynamicMap: # pragma: no cover import holoviews as hv import pandas as pd