Skip to content

Commit

Permalink
Fixed codecov upload after directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuufMaster committed May 30, 2024
1 parent a04541f commit 346f3f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: flutter-coverage-report
path: coverage/lcov.info
path: ./beakpeek/coverage/lcov.info

codecov:
needs: test
Expand All @@ -53,12 +53,12 @@ jobs:
uses: actions/download-artifact@v3
with:
name: flutter-coverage-report
path: coverage
path: ./beakpeak/coverage

- name: Upload Flutter Coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: coverage/lcov.info
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

0 comments on commit 346f3f5

Please sign in to comment.