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 39
39
run : cd MonitoringTools && python3 -m pytest . --cov-report xml:coverage.xml --cov
40
40
41
41
- name : Upload coverage to Codecov
42
- uses : codecov/codecov-action@v3
42
+ uses : codecov/codecov-action@v4
43
43
with :
44
44
token : ${{secrets.CODECOV_TOKEN}}
45
45
files : ./MonitoringTools/coverage.xml
Original file line number Diff line number Diff line change 34
34
run : cd cloud_chatops && python3 -m pytest . --cov-report xml:coverage.xml --cov
35
35
36
36
- name : Upload coverage to Codecov
37
- uses : codecov/codecov-action@v3
37
+ uses : codecov/codecov-action@v4
38
38
with :
39
39
token : ${{secrets.CODECOV_TOKEN}}
40
40
files : ./cloud_chatops/coverage.xml
Original file line number Diff line number Diff line change 36
36
run : cd prometheus_query_to_csv && python3 -m pytest . --cov-report xml:coverage.xml --cov
37
37
38
38
- name : Upload coverage to Codecov
39
- uses : codecov/codecov-action@v3
39
+ uses : codecov/codecov-action@v4
40
40
with :
41
41
token : ${{secrets.CODECOV_TOKEN}}
42
42
files : ./prometheus_query_to_csv/coverage.xml
Original file line number Diff line number Diff line change 39
39
run : cd pynetbox_query && python3 -m pytest . --cov-report xml:coverage.xml --cov
40
40
41
41
- name : Upload coverage to Codecov
42
- uses : codecov/codecov-action@v3
42
+ uses : codecov/codecov-action@v4
43
43
with :
44
44
token : ${{secrets.CODECOV_TOKEN}}
45
45
files : ./pynetbox_query/coverage.xml
Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ jobs:
43
43
cd OpenStack-Rabbit-Consumer && python -m coverage xml
44
44
45
45
- name : Upload coverage to codecov
46
- uses : codecov/codecov-action@v3
46
+ uses : codecov/codecov-action@v4
47
47
with :
48
48
files : OpenStack-Rabbit-Consumer/coverage.xml
49
49
fail_ci_if_error : true
50
50
flags : rabbit_consumer
51
+ token : ${{ secrets.CODECOV_TOKEN }}
51
52
52
53
push_dev_image_harbor :
53
54
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 39
39
run : cd reverse_ssl_cert_chain && python3 -m pytest . --cov-report xml:coverage.xml --cov
40
40
41
41
- name : Upload coverage to Codecov
42
- uses : codecov/codecov-action@v3
42
+ uses : codecov/codecov-action@v4
43
43
with :
44
- token : ${{secrets.CODECOV_TOKEN}}
44
+ token : ${{ secrets.CODECOV_TOKEN }}
45
45
files : ./reverse_ssl_cert_chain/coverage.xml
You can’t perform that action at this time.
0 commit comments