Skip to content

Commit 47e6ae3

Browse files
committedJun 3, 2018
Upload codecov data
1 parent 75b33d6 commit 47e6ae3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
command: |
2121
swift package generate-xcodeproj --enable-code-coverage
2222
xcodebuild -scheme SwiftDataLoader-Package -enableCodeCoverage YES test | xcpretty
23+
- run:
24+
name: Report coverage to Codecov
25+
command: |
26+
bash <(curl -s https://codecov.io/bash)
2327
- save_cache:
2428
key: v1-spm-deps-{{ checksum "Package.swift" }}
2529
paths:

0 commit comments

Comments
 (0)
Please sign in to comment.