File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
58
58
- name : Upload coverage to codecov
59
59
if : contains(matrix.toxenv,'-cov')
60
- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
60
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
61
61
with :
62
62
file : ./coverage.xml
Original file line number Diff line number Diff line change 76
76
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
77
77
- name : Upload coverage to codecov
78
78
if : contains(matrix.toxenv,'-cov')
79
- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
79
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
80
80
with :
81
81
file : ./coverage.xml
82
82
You can’t perform that action at this time.
0 commit comments