@@ -31,7 +31,7 @@ This action requires that you set the [`CC_TEST_REPORTER_ID`](https://docs.codec
3131``` yaml
3232steps :
3333 - name : Test & publish code coverage
34- uses : paambaati/codeclimate-action@v5 .0.0
34+ uses : paambaati/codeclimate-action@v4 .0.0
3535 env :
3636 CC_TEST_REPORTER_ID : <code_climate_reporter_id>
3737 with :
@@ -46,7 +46,7 @@ When you've already generated the coverage report in a previous step and wish to
4646` ` ` yaml
4747steps:
4848 - name: Test & publish code coverage
49- uses: paambaati/codeclimate-action@v5 .0.0
49+ uses: paambaati/codeclimate-action@v4 .0.0
5050 env:
5151 CC_TEST_REPORTER_ID: <code_climate_reporter_id>
5252` ` `
@@ -58,7 +58,7 @@ This action supports basic glob patterns to search for files matching given patt
5858` ` ` yaml
5959steps:
6060 - name: Test & publish code coverage
61- uses: paambaati/codeclimate-action@v5 .0.0
61+ uses: paambaati/codeclimate-action@v4 .0.0
6262 env:
6363 CC_TEST_REPORTER_ID: <code_climate_reporter_id>
6464 with:
7272` ` ` yaml
7373steps:
7474 - name: Test & publish code coverage
75- uses: paambaati/codeclimate-action@v5 .0.0
75+ uses: paambaati/codeclimate-action@v4 .0.0
7676 env:
7777 # Set CC_TEST_REPORTER_ID as secret of your repo
7878 CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
@@ -113,7 +113,7 @@ module.exports = {
113113` ` ` yaml
114114steps:
115115 - name: Test & publish code coverage
116- uses: paambaati/codeclimate-action@v5 .0.0
116+ uses: paambaati/codeclimate-action@v4 .0.0
117117 env:
118118 CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
119119 with:
0 commit comments