Skip to content

Commit

Permalink
Merge pull request #45 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 May 12, 2024
2 parents 4ae67f3 + a505b42 commit 9c3341f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: 🧪 Test Python code
run: pytest --cov=./ --cov-report=xml ir_axioms/ tests/unit/ --ignore=ir_axioms/backend/ --ignore=ir_axioms/cli.py
- name: 📤 Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.python == '3.9' && matrix.os == 'ubuntu-latest'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: 🧪 Test Python code
run: pytest --cov=./ --cov-report=xml tests/integration/${{ matrix.backend }}/ ${{ matrix.backend == 'pyterrier' && 'ir_axioms/cli.py' || '' }}
- name: 📤 Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: matrix.python == '3.9' && matrix.os == 'ubuntu-latest'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 9c3341f

Please sign in to comment.