Skip to content

Commit d55f040

Browse files
authored
Remove Code Climate steps from CI workflow
Removed Code Climate configuration from CI workflow.
1 parent eaaa055 commit d55f040

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,3 @@ jobs:
8181
# flags: unittests
8282
# yml: ./codecov.yml
8383
fail_ci_if_error: true
84-
codeclimate:
85-
runs-on: ubuntu-latest
86-
needs: build-test
87-
steps:
88-
- name: checkout
89-
uses: actions/checkout@v4
90-
with:
91-
ref: ${{ github.ref }}
92-
- name: Download main project dir
93-
uses: actions/download-artifact@v4
94-
with:
95-
name: dockerfile-image-update
96-
path: dockerfile-image-update
97-
- name: Upload coverage to Code Climate
98-
uses: paambaati/codeclimate-action@v9.0.0
99-
env:
100-
CC_TEST_REPORTER_ID: 873529a2ad74a48f14a73b29dd3f392c7da63902534ac0fd224746f32ba77ac5
101-
JACOCO_SOURCE_PATH: "${{github.workspace}}/dockerfile-image-update/src/main/java"
102-
with:
103-
# The report file must be there, otherwise Code Climate won't find it
104-
coverageCommand: echo "already done"
105-
coverageLocations: |
106-
${{github.workspace}}/dockerfile-image-update/target/site/jacoco/jacoco.xml:jacoco

0 commit comments

Comments
 (0)