Skip to content

Commit

Permalink
add codecov to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
somramnani committed Nov 9, 2023
1 parent 3a1d21e commit 31edeca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ jobs:

- name: Build
run: npm run build

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

0 comments on commit 31edeca

Please sign in to comment.