Skip to content

Commit b0b644f

Browse files
committed
Change workflow file
1 parent 772d40e commit b0b644f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/gendiff.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
- run: make install
3737
# - run: make lint
3838
- run: make test
39-
- name: Test & publish code coverage
39+
# - name: Test & publish code coverage
4040
# Publish code coverage on Code Climate
4141
# https://github.com/paambaati/codeclimate-action
42-
uses: paambaati/[email protected]
42+
# uses: paambaati/[email protected]
4343
# 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
44+
# env:
45+
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
46+
# with:
47+
# coverageCommand: make test-coverage
48+
# debug: true

0 commit comments

Comments
 (0)