Skip to content

Commit

Permalink
Add coverage upload to gh actions ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored Nov 22, 2024
1 parent 4907e7c commit 7abdf70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
flags: node
token: ${{ secrets.CODECOV_TOKEN }}
- run: yarn install --immutable
- name: Turbo cache
uses: actions/cache@v3
Expand Down

0 comments on commit 7abdf70

Please sign in to comment.