Skip to content

Commit

Permalink
Upload codecov data
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdv committed Jun 3, 2018
1 parent 75b33d6 commit 47e6ae3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
command: |
swift package generate-xcodeproj --enable-code-coverage
xcodebuild -scheme SwiftDataLoader-Package -enableCodeCoverage YES test | xcpretty
- run:
name: Report coverage to Codecov
command: |
bash <(curl -s https://codecov.io/bash)
- save_cache:
key: v1-spm-deps-{{ checksum "Package.swift" }}
paths:
Expand Down

0 comments on commit 47e6ae3

Please sign in to comment.