Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not fail the coverage test if fail to update results #17724

Open
wants to merge 1 commit into
base: master
from

Conversation

@pablogsal
Copy link
Member

pablogsal commented Dec 28, 2019

Some times the Coverage test fails due to no coverage data to upload due to the test suite failing:

  Publish code coverage results0s
##[error]Process completed with exit code 1.
Run ./.venv/bin/python -m coverage xml
  ./.venv/bin/python -m coverage xml
  bash <(curl -s https://codecov.io/bash)
  shell: /bin/bash -e {0}
  env:
    OPENSSL_VER: 1.1.1d
    CODECOV_TOKEN: ***
No data to report.
##[error]Process completed with exit code 1.

This is the only sub-step that fails and is very noisy as github sends emails post-merge about this.

@pablogsal pablogsal force-pushed the pablogsal:no_fail branch from 180d321 to 0b9ae6e Dec 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.