Skip to content

Commit 7a2e216

Browse files
authored
Merge pull request #150 from erwindouna/dependabot/github_actions/codecov/codecov-action-5.5.3
Bump codecov/codecov-action from 5.5.2 to 5.5.3
2 parents 9a05696 + 96fbfb5 commit 7a2e216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uv run coverage combine coverage*/.coverage*
6464
uv run coverage xml -i
6565
- name: 🚀 Upload coverage report
66-
uses: codecov/codecov-action@v5.5.2
66+
uses: codecov/codecov-action@v5.5.3
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
fail_ci_if_error: true

0 commit comments

Comments
 (0)