File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 - name : Upload coverage reports
6161 # Only upload coverage if we have a token (skip for Dependabot PRs)
6262 if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' && (github.event_name != 'pull_request' || github.actor != 'dependabot[bot]')
63- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
63+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
6464 with :
6565 token : ${{ secrets.CODECOV_TOKEN }}
6666 files : ./coverage.xml
7171 - name : Upload coverage reports (tokenless)
7272 # Use tokenless upload for Dependabot PRs
7373 if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' && github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'
74- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
74+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
7575 with :
7676 files : ./coverage.xml
7777 flags : unittests
You can’t perform that action at this time.
0 commit comments