Skip to content

Commit

Permalink
ci(repo): codecov action update test
Browse files Browse the repository at this point in the history
  • Loading branch information
clemenscodes committed Feb 16, 2024
1 parent 01a09f9 commit d9f7b0d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,12 @@ jobs:
run: pnpm coverage:affected --nx-bail --base=$NX_BASE --head=$NX_HEAD --exclude gui

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
if: matrix.platform == 'ubuntu-latest'
env:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}

cleanup:
name: Cleanup
Expand Down

0 comments on commit d9f7b0d

Please sign in to comment.