File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 run : tox -e test -- -m "unit or (not integration and not end_to_end)" --cov=src --cov=tests --cov-report=xml -n auto
5454
5555 - name : Upload unit test coverage reports to Codecov with GitHub Action
56- uses : codecov/codecov-action@v3
56+ uses : codecov/codecov-action@v4
5757 with :
5858 flags : unit
5959
6262 run : tox -e test -- -m integration --cov=src --cov=tests --cov-report=xml -n auto
6363
6464 - name : Upload integration test coverage reports to Codecov with GitHub Action
65- uses : codecov/codecov-action@v3
65+ uses : codecov/codecov-action@v4
6666 with :
6767 flags : integration
6868
7171 run : tox -e test -- -m end_to_end --cov=src --cov=tests --cov-report=xml -n auto
7272
7373 - 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
7575 with :
7676 flags : end_to_end
Original file line number Diff line number Diff line change 3737 run : python scripts/update_plugin_list.py
3838
3939 - name : Create Pull Request
40- uses : peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
40+ uses : peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
4141 with :
4242 commit-message : ' [automated] Update plugin list'
4343 author : ' Tobias Raabe <tobiasraabe@users.noreply.github.com>'
You can’t perform that action at this time.
0 commit comments