diff --git a/postgrest.cabal b/postgrest.cabal index b29b630f7..88518a19c 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -2,7 +2,7 @@ name: postgrest version: 9.0.0 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; - } -}