File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
run : tox -e test -- tests -m "unit or (not integration and not end_to_end)" --cov=src --cov=tests --cov-report=xml
61
61
62
62
- name : Upload unit test coverage reports to Codecov with GitHub Action
63
- uses : codecov/codecov-action@v4
63
+ uses : codecov/codecov-action@v5
64
64
with :
65
65
flags : unit
66
66
69
69
run : tox -e test -- tests -m end_to_end --cov=src --cov=tests --cov-report=xml
70
70
71
71
- 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
73
73
with :
74
74
flags : end_to_end
Original file line number Diff line number Diff line change 67
67
name : python-package-distributions
68
68
path : dist/
69
69
- 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
71
71
with :
72
72
inputs : >-
73
73
./dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments