Skip to content

Commit c7d5c47

Browse files
authored
Update ci.yml
1 parent e8ad1f5 commit c7d5c47

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,16 @@ jobs:
2020
destination: "platform=iOS Simulator,OS=15.2,name=iPhone 12"
2121
action: test
2222
enable-code-coverage: true
23+
derived-data-path: DerivedData
24+
- uses: michaelhenry/[email protected]
25+
with:
26+
build-path: DerivedData
27+
target: ResponsiveTextField
28+
is-spm: true
29+
- name: Publish to code climate
30+
uses: paambaati/[email protected]
31+
env:
32+
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
33+
with:
34+
coverageLocations: |
35+
coverage/lcov.info:lcov

0 commit comments

Comments
 (0)