From 65f27653dc28a03562738d4f5c65694356d6aebf Mon Sep 17 00:00:00 2001 From: Steve Chavez Date: Fri, 7 Jan 2022 13:06:03 -0500 Subject: [PATCH] cov: empty coverage overlay (#2119) The overlay depended on the version number, which caused errors when upgrading. Also update cabal description. --- postgrest.cabal | 2 +- test/coverage.overlay | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index bc8405dfd..5fb4366c8 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -2,7 +2,7 @@ name: postgrest version: 9.0.0.20220107 synopsis: REST API for any Postgres database description: Reads the schema of a PostgreSQL database and creates RESTful routes - for the tables and views, supporting all HTTP verbs that security + for tables, views, and functions, supporting all HTTP verbs that security permits. license: MIT license-file: LICENSE diff --git a/test/coverage.overlay b/test/coverage.overlay index 858363751..e69de29bb 100644 --- a/test/coverage.overlay +++ b/test/coverage.overlay @@ -1,5 +0,0 @@ -module "postgrest-9.0.0.20211220-inplace/PostgREST.Middleware" { - inside "corsPolicy" { - tick "[]" on line 133; - } -}