-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ This action requires that you set the [`CC_TEST_REPORTER_ID`](https://docs.codec | |
```yaml | ||
steps: | ||
- name: Test & publish code coverage | ||
uses: paambaati/[email protected].4 | ||
uses: paambaati/[email protected].5 | ||
env: | ||
CC_TEST_REPORTER_ID: <code_climate_reporter_id> | ||
with: | ||
|
@@ -38,7 +38,7 @@ When you've already generated the coverage report in a previous step and wish to | |
```yaml | ||
steps: | ||
- name: Test & publish code coverage | ||
uses: paambaati/[email protected].4 | ||
uses: paambaati/[email protected].5 | ||
env: | ||
CC_TEST_REPORTER_ID: <code_climate_reporter_id> | ||
``` | ||
|
@@ -50,7 +50,7 @@ This action supports basic glob patterns to search for files matching given patt | |
```yaml | ||
steps: | ||
- name: Test & publish code coverage | ||
uses: paambaati/[email protected].4 | ||
uses: paambaati/[email protected].5 | ||
env: | ||
CC_TEST_REPORTER_ID: <code_climate_reporter_id> | ||
with: | ||
|
@@ -64,7 +64,7 @@ steps: | |
```yaml | ||
steps: | ||
- name: Test & publish code coverage | ||
uses: paambaati/[email protected].4 | ||
uses: paambaati/[email protected].5 | ||
env: | ||
# Set CC_TEST_REPORTER_ID as secret of your repo | ||
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} | ||
|
@@ -105,7 +105,7 @@ module.exports = { | |
```yaml | ||
steps: | ||
- name: Test & publish code coverage | ||
uses: paambaati/[email protected].4 | ||
uses: paambaati/[email protected].5 | ||
env: | ||
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} | ||
with: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.