File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99permissions :
1010 contents : read
1111
12+ # Opt into Node.js 24 runtime for all JavaScript actions.
13+ # Remove once actions/checkout and actions/setup-python ship native Node.js 24 releases.
14+ env :
15+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : ' true'
16+
1217jobs :
1318 test :
1419 name : " Test before publish"
Original file line number Diff line number Diff line change 99permissions :
1010 contents : read
1111
12+ # Opt into Node.js 24 runtime for all JavaScript actions.
13+ # Remove once actions/checkout, actions/setup-python and codecov-action
14+ # ship native Node.js 24 releases (currently scheduled for June 2026).
15+ env :
16+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : ' true'
17+
1218jobs :
1319 test :
1420 name : " Test · Python ${{ matrix.python-version }}"
3945
4046 - name : Upload coverage to Codecov
4147 if : matrix.python-version == '3.14'
42- uses : codecov/codecov-action@v4
48+ uses : codecov/codecov-action@v5
4349 with :
4450 token : ${{ secrets.CODECOV_TOKEN }}
4551 files : coverage.xml
You can’t perform that action at this time.
0 commit comments