Setup codecov

This commit is contained in:
Marcelo Fabri 2020-08-10 01:41:32 -07:00
parent 5ae6a32944
commit 6cf3534db9
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ jobs:
xcodebuild -workspace SwiftLint.xcworkspace -scheme swiftlint test |
xcpretty -r junit -o build/reports/xcodebuild.xml
displayName: xcodebuild test
- script: bash <(curl -s https://codecov.io/bash)
displayName: Export code coverage
- task: PublishTestResults@2
inputs:
testRunner: JUnit