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.
1 parent 772d40e commit b0b644fCopy full SHA for b0b644f
.github/workflows/gendiff.yml
@@ -36,13 +36,13 @@ jobs:
36
- run: make install
37
# - run: make lint
38
- run: make test
39
- - name: Test & publish code coverage
+ # - name: Test & publish code coverage
40
# Publish code coverage on Code Climate
41
# https://github.com/paambaati/codeclimate-action
42
- uses: paambaati/[email protected]
+ # uses: paambaati/[email protected]
43
# Add Code Climate secret key
44
- env:
45
- CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
46
- with:
47
- coverageCommand: make test-coverage
48
- debug: true
+ # env:
+ # CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
+ # with:
+ # coverageCommand: make test-coverage
+ # debug: true
0 commit comments