We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b33d6 commit 47e6ae3Copy full SHA for 47e6ae3
.circleci/config.yml
@@ -20,6 +20,10 @@ jobs:
20
command: |
21
swift package generate-xcodeproj --enable-code-coverage
22
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)
27
- save_cache:
28
key: v1-spm-deps-{{ checksum "Package.swift" }}
29
paths:
0 commit comments