Skip to content

Commit

Permalink
chore: Configure Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Mar 4, 2024
1 parent a7b7b9d commit e34b1b4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
npm run test:ci
env:
CI: true
# - uses: codecov/codecov-action@v1
# with:
# name: jest
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage/coverage-final.json
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: reg-viz/img-diff-js
files: ./coverage/coverage-final.json

0 comments on commit e34b1b4

Please sign in to comment.