Skip to content

Commit

Permalink
fix(ci): codecov config in subdir really doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianpaquier committed Mar 8, 2024
1 parent 51a8d11 commit 08e1e46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: codecov/codecov-action@v4
if: ${{ ! startsWith(github.base_ref, 'dependabot') }} # ignore codecov on dependabot branches
with:
codecov_yml_path: build/ci/codecov.yml
codecov_yml_path: codecov.yml
disable_search: true
env_vars: OS
fail_ci_if_error: true
Expand Down
File renamed without changes.

0 comments on commit 08e1e46

Please sign in to comment.