Skip to content

Commit

Permalink
Fix Codecov-submit step name
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Jan 6, 2025
1 parent cfb2674 commit 483875f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
pytest --cov --testall --nonloc
- name: Submit to Codecov if Linux and ready status
- name: Submit to Codecov if Linux, ready status, and main/stable
if: ${{ matrix.os == 'ubuntu-latest' && !github.event.pull_request.draft && (github.event.pull_request.base.ref == 'main' || github.event.pull_request.base.ref == 'stable') }}
run: |
curl -Os https://cli.codecov.io/latest/linux/codecov
Expand Down

0 comments on commit 483875f

Please sign in to comment.