Skip to content

Commit 5a4c11c

Browse files
taimoorzaeemwolfgangwalther
authored andcommitted
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 <taimoorzaeem@gmail.com>
1 parent c15e908 commit 5a4c11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- run: postgrest-cabal-update
5050

51-
- name: Run coverage (IO tests and Spec tests against PostgreSQL 15)
51+
- name: Run coverage (IO tests and Spec tests against latest supported PostgreSQL)
5252
run: postgrest-coverage
5353
- name: Upload coverage to codecov
5454
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2

0 commit comments

Comments
 (0)