@@ -31,7 +31,7 @@ This action requires that you set the [`CC_TEST_REPORTER_ID`](https://docs.codec
31
31
``` yaml
32
32
steps :
33
33
- name : Test & publish code coverage
34
- uses : paambaati/codeclimate-action@v5 .0.0
34
+ uses : paambaati/codeclimate-action@v4 .0.0
35
35
env :
36
36
CC_TEST_REPORTER_ID : <code_climate_reporter_id>
37
37
with :
@@ -46,7 +46,7 @@ When you've already generated the coverage report in a previous step and wish to
46
46
` ` ` yaml
47
47
steps:
48
48
- name: Test & publish code coverage
49
- uses: paambaati/codeclimate-action@v5 .0.0
49
+ uses: paambaati/codeclimate-action@v4 .0.0
50
50
env:
51
51
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
52
52
` ` `
@@ -58,7 +58,7 @@ This action supports basic glob patterns to search for files matching given patt
58
58
` ` ` yaml
59
59
steps:
60
60
- name: Test & publish code coverage
61
- uses: paambaati/codeclimate-action@v5 .0.0
61
+ uses: paambaati/codeclimate-action@v4 .0.0
62
62
env:
63
63
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
64
64
with:
72
72
` ` ` yaml
73
73
steps:
74
74
- name: Test & publish code coverage
75
- uses: paambaati/codeclimate-action@v5 .0.0
75
+ uses: paambaati/codeclimate-action@v4 .0.0
76
76
env:
77
77
# Set CC_TEST_REPORTER_ID as secret of your repo
78
78
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
@@ -113,7 +113,7 @@ module.exports = {
113
113
` ` ` yaml
114
114
steps:
115
115
- name: Test & publish code coverage
116
- uses: paambaati/codeclimate-action@v5 .0.0
116
+ uses: paambaati/codeclimate-action@v4 .0.0
117
117
env:
118
118
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
119
119
with:
0 commit comments