From e5831d6d02bdb9f4a982478d77291f9bcdb5019d Mon Sep 17 00:00:00 2001 From: Jay Moran Date: Mon, 7 Oct 2024 10:52:29 -0700 Subject: [PATCH] Omit surprise from coveralls --- .coveragerc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.coveragerc b/.coveragerc index 630da522e..f72050cc5 100644 --- a/.coveragerc +++ b/.coveragerc @@ -9,6 +9,10 @@ relative_files = True ; regardless of whether it runs locally or within a Docker container. parallel = True +; omit scikit-surprise (custom package) GH runner tests Coveralls on python3.12? +omit = + /src/scikit-surprise/surprise/* + [paths] ; the first path is the path on the local (travis) filesystem ; the second path is the path as it appears within the Docker container