We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a469215 + f54d541 commit 3feb188Copy full SHA for 3feb188
.github/workflows/test-and-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Test & publish code coverage
22
uses: paambaati/[email protected]
23
env:
24
- CC_TEST_REPORTER_ID: 44578b761dafe2060ea097e038c5c510be57fb81cd004ac257e07615b5dcdc34
+ CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
25
with:
26
coverageCommand: yarn coverage
27
debug: true
0 commit comments