Skip to content

Commit b825f77

Browse files
authored
Update README.md
1 parent 5ff256e commit b825f77

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,13 @@ jobs:
4545
build-path: DerivedData
4646
target: App.app
4747
is-spm: false
48-
- name: Upload to Code Climate
49-
run: |
50-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-darwin-amd64 > ./cc-test-reporter
51-
chmod +x ./cc-test-reporter
52-
./cc-test-reporter before-build
53-
./cc-test-reporter after-build --coverage-input-type lcov
54-
shell: bash
48+
- name: Publish to code climate
49+
uses: paambaati/[email protected]
5550
env:
5651
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
52+
with:
53+
coverageLocations: |
54+
coverage/lcov.info:lcov
5755
```
5856
5957
> For some reason even though the code-coverage was generate from the same llvm version, codeclimate is returning an error " ./cc-test-reporter: cannot execute binary file: Exec format error" when using an ubuntu machine.

0 commit comments

Comments
 (0)