diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dce49b7f8..4d349f8f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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