diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 68bdfbec8..b3ded8145 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,7 +74,6 @@ steps: publishJUnitResults: true testResultsFiles: '**/surefire-reports/TEST-*.xml' goals: 'clean package' - options: '-X' # Upload test results to codecov - script: bash <(curl https://codecov.io/bash) -t $(codecov)