From b58094e10bea2576399a175ecae23a9443c6c477 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 10 Sep 2021 18:07:05 -0400 Subject: [PATCH] Exclude storage/store/sql/specific_postgres.go from test coverage --- .github/codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 97d9a21c..167be725 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,5 +1,6 @@ ignore: - "watchdog/watchdog.go" + - "storage/store/sql/specific_postgres.go" # Can't test for postgres coverage: status: