From 5a4c11c72a43dbb38b7ccf4662b4ee0e35387da9 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Sat, 17 Jan 2026 17:35:22 +0500 Subject: [PATCH] chore(ci): correct slightly misleading name of coverage workflow The coverage workflow mentions that we run the tests against PG 15, however that is incorrect and misleading. We actually run it against the latest supported PostgreSQL version according to the nix scripts. Signed-off-by: Taimoor Zaeem --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 67a2505f1..1e2c7a6bc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,7 +48,7 @@ jobs: - run: postgrest-cabal-update - - name: Run coverage (IO tests and Spec tests against PostgreSQL 15) + - name: Run coverage (IO tests and Spec tests against latest supported PostgreSQL) run: postgrest-coverage - name: Upload coverage to codecov uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2