Skip to content

Commit

Permalink
fixing codecov config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 6, 2024
1 parent 3dfc021 commit 755ce0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 755ce0c

Please sign in to comment.