Skip to content

Commit 99d23be

Browse files
committed
upload codecov
1 parent dfbd099 commit 99d23be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/go-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ jobs:
1717

1818
- name: Test
1919
run: go test -v ./...
20+
21+
- name: Upload coverage reports to Codecov
22+
uses: codecov/codecov-action@v5
23+
with:
24+
token: ${{ secrets.CODECOV_TOKEN }}
25+
slug: emicklei/pgtalk

0 commit comments

Comments
 (0)