File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
run : tox -e test -- -m "unit or (not integration and not end_to_end)" --cov=src --cov=tests --cov-report=xml -n auto
54
54
55
55
- name : Upload unit test coverage reports to Codecov with GitHub Action
56
- uses : codecov/codecov-action@v3
56
+ uses : codecov/codecov-action@v4
57
57
with :
58
58
flags : unit
59
59
62
62
run : tox -e test -- -m integration --cov=src --cov=tests --cov-report=xml -n auto
63
63
64
64
- name : Upload integration test coverage reports to Codecov with GitHub Action
65
- uses : codecov/codecov-action@v3
65
+ uses : codecov/codecov-action@v4
66
66
with :
67
67
flags : integration
68
68
71
71
run : tox -e test -- -m end_to_end --cov=src --cov=tests --cov-report=xml -n auto
72
72
73
73
- name : Upload end_to_end test coverage reports to Codecov with GitHub Action
74
- uses : codecov/codecov-action@v3
74
+ uses : codecov/codecov-action@v4
75
75
with :
76
76
flags : end_to_end
Original file line number Diff line number Diff line change 37
37
run : python scripts/update_plugin_list.py
38
38
39
39
- name : Create Pull Request
40
- uses : peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
40
+ uses : peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
41
41
with :
42
42
commit-message : ' [automated] Update plugin list'
43
43
author :
' Tobias Raabe <[email protected] >'
You can’t perform that action at this time.
0 commit comments