File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 run : tox -e test -- tests -m "unit or (not integration and not end_to_end)" --cov=src --cov=tests --cov-report=xml
6161
6262 - name : Upload unit test coverage reports to Codecov with GitHub Action
63- uses : codecov/codecov-action@v4
63+ uses : codecov/codecov-action@v5
6464 with :
6565 flags : unit
6666
6969 run : tox -e test -- tests -m end_to_end --cov=src --cov=tests --cov-report=xml
7070
7171 - name : Upload end_to_end test coverage reports to Codecov with GitHub Action
72- uses : codecov/codecov-action@v4
72+ uses : codecov/codecov-action@v5
7373 with :
7474 flags : end_to_end
Original file line number Diff line number Diff line change 6767 name : python-package-distributions
6868 path : dist/
6969 - name : Sign the dists with Sigstore
70- uses : sigstore/gh-action-sigstore-python@v2.1.1
70+ uses : sigstore/gh-action-sigstore-python@v3.0.0
7171 with :
7272 inputs : >-
7373 ./dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments