Skip to content

Commit

Permalink
Merge pull request astarte-platform#10 from joshuachp/fix/ci
Browse files Browse the repository at this point in the history
chore(ci): use the same directory as coverage
  • Loading branch information
harlem88 authored Aug 20, 2024
2 parents 221ce14 + 467bfb5 commit 08baefa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,12 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}
path: source
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
codecov_yml_path: master/.github/codecov.yaml
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true
root_dir: source
override_branch: ${{ github.event.workflow_run.head_branch }}
override_commit: ${{ github.event.workflow_run.head_sha }}
override_pr: ${{ env.PR_NUMBER }}

0 comments on commit 08baefa

Please sign in to comment.