Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 1abd68e

Browse files
authored
Merge pull request #3 from mistiru/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents d13fa50 + 39d187d commit 1abd68e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: uv run python -Wa -m pytest --cov=odoo_orm --cov-report xml tests
3232

3333
- name: Upload coverage results
34-
uses: codecov/codecov-action@v4
34+
uses: codecov/codecov-action@v5
3535
with:
3636
fail_ci_if_error: true
3737
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)