Skip to content

Commit

Permalink
Merge pull request #16 from webis-de/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
janheinrichmerker authored Apr 2, 2024
2 parents d7c928c + 6f7516b commit 61c1c81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ jobs:
- name: "🧪 Test Python code"
run: pytest --cov --cov-report=xml targer_api tests examples
- name: "📤 Upload coverage to Codecov"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.python == '3.11'
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
python-publish:
name: "🚀 Publish Python wheels"
Expand Down

0 comments on commit 61c1c81

Please sign in to comment.