Skip to content

Commit

Permalink
Upload report to CODECOV
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Nov 10, 2024
1 parent ca8d0dc commit 0e83b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ jobs:
- run: npx nx format:check
- run: npx nx affected --target=lint --parallel=3
- run: npx nx affected --target=test --parallel=3 --exclude='tag:puppeteer' --ci --code-coverage
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0e83b19

Please sign in to comment.