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