Skip to content

Commit cd0014e

Browse files
committed
First attempt to Upload to CodeCov
1 parent 101be95 commit cd0014e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- run: make test_macOS_report
2020
- run: make test_tvOS_report
2121
- run: make test_iOS_report
22+
- run:
23+
name: Upload to CodeCov
24+
command: bash <(curl -s https://codecov.io/bash) -J XCDYouTubeKit -X coveragepy -X gcov -X xcodeplist -X xcodepartials
2225
- store_test_results:
2326
path: test_reports
2427
- store_artifacts:

0 commit comments

Comments
 (0)