File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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@v4
42+ uses : codecov/codecov-action@v5
4343 with :
4444 token : ${{secrets.CODECOV_TOKEN}}
4545 files : ./MonitoringTools/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@v4
39+ uses : codecov/codecov-action@v5
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 4444 cd OpenStack-Rabbit-Consumer && python -m coverage xml
4545
4646 - name : Upload coverage to codecov
47- uses : codecov/codecov-action@v4
47+ uses : codecov/codecov-action@v5
4848 with :
4949 files : OpenStack-Rabbit-Consumer/coverage.xml
5050 fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments