Skip to content

Commit

Permalink
chore: update codecov configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-unik committed Dec 11, 2023
1 parent 6226c6e commit da61138
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install
run: npm i

- name: Run tests
- name: Run tests and collect coverage
run: npm t

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit da61138

Please sign in to comment.