Skip to content

Commit

Permalink
fix: fixed coverage upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Nov 4, 2024
1 parent c33c57b commit 8f89ea3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,13 @@ jobs:
run: dart pub global run combine_coverage --repo-path="."

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
files: ./coverage/lcov.info
verbose: true
uses: codecov/codecov-action@v4
with:
directory: ./coverage/
fail_ci_if_error: true
# flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

- name: Stop Docker Container
run: melos exec --scope="openapi_generator" -- bash -c "cd \$MELOS_PACKAGE_PATH && docker-compose -f "docker-compose.yaml" down"
Expand Down

0 comments on commit 8f89ea3

Please sign in to comment.