Skip to content

Commit

Permalink
codecov coverage added in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
thelaughinglama committed Sep 15, 2024
1 parent 7076cb4 commit 46d3656
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Tests

on:
push:
Expand Down Expand Up @@ -33,3 +33,7 @@ jobs:
REDIS_HOST: localhost
REDIS_PORT: 6379
run: npm test
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 46d3656

Please sign in to comment.