From 0c1f40d86eee2666173f9c65d0f89e057efcbc92 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Mon, 5 Aug 2024 11:58:47 -0400 Subject: [PATCH] Test codecov --- src/types.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.jl b/src/types.jl index 4e6a0dec1..77a642640 100644 --- a/src/types.jl +++ b/src/types.jl @@ -6,6 +6,7 @@ This file defines some fundamental types used in GeometryOps. !!! warning Unlike in other Julia packages, only some types are defined in this file, not all. This is because we define types in the files where they are used, to make it easier to understand the code. + =# export TraitTarget, GEOS