fixing codecov config.

This commit is contained in:
Jason Kulatunga 2024-06-06 08:10:24 -07:00
parent 3dfc0215db
commit 755ce0c771
No known key found for this signature in database
1 changed files with 2 additions and 3 deletions

View File

@ -22,13 +22,12 @@ jobs:
with:
name: coverage
- name: Upload coverage reports
uses: codecov/codecov-action@v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
with:
files: ${{ github.workspace }}/backend-coverage.txt,${{ github.workspace }}/lcov.info
flags: unittests
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true
storybook:
name: Storybook Upload