Skip to content

Commit

Permalink
SUPP: Disable codecov report upload during CI builds
Browse files Browse the repository at this point in the history
Closes ibis-project#1954
Author: Tory Haavik <tory.haavik@twosigma.com>

Closes ibis-project#1961 from toryhaavik/codecov and squashes the following commits:

b3b344a [Tory Haavik] SUPP: Disable codecov report upload during CI builds
  • Loading branch information
toryhaavik authored and costrouc committed Oct 10, 2019
1 parent d6415f7 commit a65e9e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ci/azure/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ jobs:
--cov-report=xml:/tmp/test-reports/pytest-cov/coverage.xml
displayName: 'Run tests'
- bash: |
bash <(curl -s https://codecov.io/bash) \
-f /tmp/ibis/test-reports/pytest-cov/coverage.xml
displayName: 'Upload coverage'
# See #1954
# - bash: |
# bash <(curl -s https://codecov.io/bash) \
# -f /tmp/ibis/test-reports/pytest-cov/coverage.xml
# displayName: 'Upload coverage'

- task: PublishTestResults@2
displayName: 'Publish test results from pytest JUnitXML'
Expand Down

0 comments on commit a65e9e3

Please sign in to comment.