File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3939 run : cd MonitoringTools && python3 -m pytest . --cov-report xml:coverage.xml --cov
4040
4141 - name : Upload coverage to Codecov
42- uses : codecov/codecov-action@v3
42+ uses : codecov/codecov-action@v4
4343 with :
4444 token : ${{secrets.CODECOV_TOKEN}}
4545 files : ./MonitoringTools/coverage.xml
Original file line number Diff line number Diff line change 3434 run : cd cloud_chatops && python3 -m pytest . --cov-report xml:coverage.xml --cov
3535
3636 - name : Upload coverage to Codecov
37- uses : codecov/codecov-action@v3
37+ uses : codecov/codecov-action@v4
3838 with :
3939 token : ${{secrets.CODECOV_TOKEN}}
4040 files : ./cloud_chatops/coverage.xml
Original file line number Diff line number Diff line change 3636 run : cd prometheus_query_to_csv && python3 -m pytest . --cov-report xml:coverage.xml --cov
3737
3838 - name : Upload coverage to Codecov
39- uses : codecov/codecov-action@v3
39+ uses : codecov/codecov-action@v4
4040 with :
4141 token : ${{secrets.CODECOV_TOKEN}}
4242 files : ./prometheus_query_to_csv/coverage.xml
Original file line number Diff line number Diff line change 3939 run : cd pynetbox_query && python3 -m pytest . --cov-report xml:coverage.xml --cov
4040
4141 - name : Upload coverage to Codecov
42- uses : codecov/codecov-action@v3
42+ uses : codecov/codecov-action@v4
4343 with :
4444 token : ${{secrets.CODECOV_TOKEN}}
4545 files : ./pynetbox_query/coverage.xml
Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ jobs:
4343 cd OpenStack-Rabbit-Consumer && python -m coverage xml
4444
4545 - name : Upload coverage to codecov
46- uses : codecov/codecov-action@v3
46+ uses : codecov/codecov-action@v4
4747 with :
4848 files : OpenStack-Rabbit-Consumer/coverage.xml
4949 fail_ci_if_error : true
5050 flags : rabbit_consumer
51+ token : ${{ secrets.CODECOV_TOKEN }}
5152
5253 push_dev_image_harbor :
5354 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3939 run : cd reverse_ssl_cert_chain && python3 -m pytest . --cov-report xml:coverage.xml --cov
4040
4141 - name : Upload coverage to Codecov
42- uses : codecov/codecov-action@v3
42+ uses : codecov/codecov-action@v4
4343 with :
44- token : ${{secrets.CODECOV_TOKEN}}
44+ token : ${{ secrets.CODECOV_TOKEN }}
4545 files : ./reverse_ssl_cert_chain/coverage.xml
You can’t perform that action at this time.
0 commit comments