Skip to content

Commit 07eaaca

Browse files
committed
fix ci build
1 parent 1d73716 commit 07eaaca

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test:
1111
container:
12-
image: swift:latest-jammy
12+
image: swift:jammy
1313
services:
1414
postgres:
1515
image: postgres

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# PostgresNIOMacros
22

3+
[![codecov](https://codecov.io/gh/lovetodream/postgres-nio-macros/graph/badge.svg?token=PLWUKYV0HO)](https://codecov.io/gh/lovetodream/postgres-nio-macros)
4+
35
Macros for [PostgresNIO](https://github.com/vapor/postgres-nio).
46

5-
## `@Statement(_:)`
7+
## `@Statement(_:)`[^1]
68

7-
<small>This macro was initially pitched to me by @fabianfett.</small>
9+
[^1]: This macro was initially pitched to me by [@fabianfett](https://github.com/fabianfett).
810

911
Creates a `PostgresPreparedStatement` from a decorated query string.
1012

0 commit comments

Comments
 (0)