File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 run : tox -e test -- -m "unit or (not integration and not end_to_end)" --cov=src --cov=tests --cov-report=xml -n auto
6363
6464 - name : Upload unit test coverage reports to Codecov with GitHub Action
65- uses : codecov/codecov-action@v4
65+ uses : codecov/codecov-action@v5
6666 with :
6767 flags : unit
6868
7171 run : tox -e test -- -m integration --cov=src --cov=tests --cov-report=xml -n auto
7272
7373 - name : Upload integration test coverage reports to Codecov with GitHub Action
74- uses : codecov/codecov-action@v4
74+ uses : codecov/codecov-action@v5
7575 with :
7676 flags : integration
7777
8080 run : tox -e test -- -m end_to_end --cov=src --cov=tests --cov-report=xml -n auto
8181
8282 - name : Upload end_to_end test coverage reports to Codecov with GitHub Action
83- uses : codecov/codecov-action@v4
83+ uses : codecov/codecov-action@v5
8484 with :
8585 flags : end_to_end
You can’t perform that action at this time.
0 commit comments