Skip to content

Commit

Permalink
Merge dependabot/github_actions/codecov/codecov-action-5 into combine…
Browse files Browse the repository at this point in the history
…-prs-branch
  • Loading branch information
github-actions[bot] authored Dec 2, 2024
2 parents a0dbb36 + b7ada33 commit 10c64b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run tests
run: python -m pytest --mpl --mpl-baseline-path=src/elementembeddings/tests/baseline --cov=src/elementembeddings --cov-report=xml -v
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down

0 comments on commit 10c64b5

Please sign in to comment.