Skip to content

Commit

Permalink
Merge branch 'main' into request-body-writer-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Jan 29, 2025
2 parents 5773183 + b1bc64f commit e4e33b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "codecov/codecov-action"
update-types: ["version-update:semver-major"]
groups:
dependencies:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-ignore-filename-regex="\/Benchmarks\/" \
-instr-profile .build/debug/codecov/default.profdata > info.lcov
- name: Upload to codecov.io
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v4
with:
files: info.lcov
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e4e33b6

Please sign in to comment.