Skip to content

Commit

Permalink
fix codecov failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shatakshiiii committed Nov 11, 2024
1 parent 4fc8549 commit 8a4efe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ updates:
ignore:
# prevent ansible-core from being updated until test fixtures are updated
- dependency-name: ansible-core
- dependency-name: "codecov/codecov-action"
versions: ["4.6.0"]
groups:
dependencies:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
fi
- name: Upload coverage data
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.5.0
with:
name: ${{ matrix.name }}
fail_ci_if_error: true
Expand Down

0 comments on commit 8a4efe7

Please sign in to comment.