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

CI: Fix codecov task #113

Merged
merged 1 commit into from
Mar 1, 2020
Merged

CI: Fix codecov task #113

merged 1 commit into from
Mar 1, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented Mar 1, 2020

Recently, the codecov task defined in the Azure Pipelines CI YAML file silently failed since something regarding the upload token seems to have changed for pull requests. Independently of being a potential regression in Azure Pipelines CI or codecov CI, this issue can be addressed on our side by explicitly passing the upload token to the upload script. This makes the CI task more robust. In addition to that, also tell the upload script to return failure (i.e. 1) if the uploading process failed.

@stotko stotko added the bug label Mar 1, 2020
@stotko stotko added this to the 1.3.0 milestone Mar 1, 2020
@codecov
Copy link

codecov bot commented Mar 1, 2020

Codecov Report

Merging #113 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #113   +/-   ##
=======================================
  Coverage   97.87%   97.87%           
=======================================
  Files          27       27           
  Lines        1648     1648           
=======================================
  Hits         1613     1613           
  Misses         35       35

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 836cc57...329f8f3. Read the comment docs.

@stotko stotko merged commit cdfad18 into master Mar 1, 2020
@stotko stotko deleted the ci_codecov_task branch March 1, 2020 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant