Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable-python-pytest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pytest on any OS
name: Pytest on any OS

on:
workflow_call:
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:

- name: Codecov
if: ${{ (inputs.codecov-reference-python-version) && (matrix.python-version == inputs.codecov-reference-python-version) && contains(inputs.codecov-reference-os, matrix.os) && !(github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]') }}
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
name: GitHub
fail_ci_if_error: true
Expand Down
Loading