Skip to content

Commit

Permalink
Update Codecov upload action in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 23, 2024
1 parent 42b7b31 commit 533070e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,11 @@ jobs:
working-directory: ./frontend

- name: Upload coverage
run: npx codecov
working-directory: ./frontend
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
working-directory: ./frontend

build:
name: Build and package
Expand Down

0 comments on commit 533070e

Please sign in to comment.