File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments