Skip to content

Commit

Permalink
send to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Dec 3, 2024
1 parent 6707487 commit c2fdd01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: npm install
- run: npm test
- run: npm run test:coverage
# - name: codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c2fdd01

Please sign in to comment.