Skip to content

Commit

Permalink
refactor(ci): manually upload codecov report
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 9, 2024
1 parent d0c67d6 commit 5b363a1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ jobs:
env:
OUT_DIR: target
- name: Upload reports to codecov
uses: codecov/codecov-action@v4
with:
name: code-coverage-report
file: lcov.info
flags: unit-tests
fail_ci_if_error: true
verbose: true
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t ${CODECOV_TOKEN} -f lcov.info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 5b363a1

Please sign in to comment.