Skip to content

Commit

Permalink
Merge pull request #2 from drazisil/drazisil-patch-1
Browse files Browse the repository at this point in the history
Add Codecov
  • Loading branch information
drazisil committed Mar 17, 2024
2 parents 110195b + e335948 commit 65e881a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm test
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: drazisil/verbdb

0 comments on commit 65e881a

Please sign in to comment.