Skip to content

Commit

Permalink
Codecov (#7)
Browse files Browse the repository at this point in the history
* Update codecov config

* Add codecov badge
  • Loading branch information
ilijaNL authored Jul 22, 2024
1 parent f8437f1 commit ef86302
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ jobs:
run: pnpm run typecheck
- name: test
run: pnpm run test
- name: ✅ Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# pg-task

[![codecov](https://codecov.io/github/ilijaNL/pg-task/graph/badge.svg?token=MQNG1IU5GD)](https://codecov.io/github/ilijaNL/pg-task)

A SQS like solution build on top of Postgres and NodeJS.

## Features
Expand All @@ -10,7 +12,7 @@ A SQS like solution build on top of Postgres and NodeJS.
- Postgres client agnostic
- Backpressure-compatible polling workers
- Task execution log
- Unique tasks per queue (on at a time enqueued)
- Unique tasks per queue (one at a time enqueued)
- Exposed query plans for deep integration
- no outbox tables needed anymore
- Multi-master compatible
Expand Down

0 comments on commit ef86302

Please sign in to comment.